From 07363f1761500c49f9ed0cc4f35b4be6d0b41444 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Sat, 11 Nov 2017 19:29:09 +0700 Subject: [PATCH] Added CONTRIBUTING.md, ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md for Github. --- CONTRIBUTING.md | 8 ++++++++ ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 3 files changed, 36 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 ISSUE_TEMPLATE.md create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..8b2f2f04 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +Contribution Guidelines +======================= + +Coding Standards +---------------- + +The code is written to follow +[PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) standards. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..78f6268b --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +Expected behaviour +------------------ + +*Please describe what you're expecting to see happen.* + +Actual behaviour +---------------- + +*Please describe what you're actually seeing happen.* + +Steps to reproduce +------------------ + +*If your issue requires any specific steps to reproduce, please outline them here.* + +Environment info +---------------- + +*OS, PHP version, MySQL/PostgreSQL version.* diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..90d2a9b7 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Contribution Typ +---------------- + +*Bug fix, new plugin, feature, ui etc.* + +Description of change +--------------------- + +*Detailed description of change.*