Added templates for github (fixes #117)

This commit is contained in:
UndefinedOffset 2018-06-07 09:57:03 -03:00
parent 97b526ea87
commit ae12e74aa8
3 changed files with 20 additions and 1 deletions

2
.gitattributes vendored
View File

@ -2,4 +2,4 @@
/docs export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.github export-ignore

14
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,14 @@
## Affected Version
Show version numbers by pasting the output of `composer info --direct`.
Alternatively, hover over the SilverStripe logo in the CMS to basic version information.
## Description
Describe expected and observed behaviour.
For visual issues, please include browser version and screenshots.
Please read https://docs.silverstripe.org/en/contributing/issues_and_bugs/
## Steps to Reproduce
Help us with step-by-step instructions.

5
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,5 @@
Thanks for contributing, you're awesome! :star:
Please describe expected and observed behaviour, and what you're fixing.
For visual fixes, please include tested browsers and screenshots.
Search for related existing issues and link to them if possible.
Please read https://github.com/UndefinedOffset/SortableGridField/blob/master/CONTRIBUTING.md