Added CONTRIBUTING.md, ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md

for Github.
This commit is contained in:
Dmitry Khomutov 2017-11-11 19:29:09 +07:00
parent b003280575
commit 07363f1761
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
3 changed files with 36 additions and 0 deletions

8
CONTRIBUTING.md Normal file
View file

@ -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.

19
ISSUE_TEMPLATE.md Normal file
View file

@ -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.*

9
PULL_REQUEST_TEMPLATE.md Normal file
View file

@ -0,0 +1,9 @@
Contribution Typ
----------------
*Bug fix, new plugin, feature, ui etc.*
Description of change
---------------------
*Detailed description of change.*