From ae12e74aa80470520dc9913c6b4f8228cd00e46d Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Thu, 7 Jun 2018 09:57:03 -0300 Subject: [PATCH] Added templates for github (fixes #117) --- .gitattributes | 2 +- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.gitattributes b/.gitattributes index 47dce06..38e43cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,4 @@ /docs export-ignore /.gitignore export-ignore /.travis.yml export-ignore -/phpunit.xml.dist export-ignore +/.github export-ignore diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..778f3ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..1df4f9e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 \ No newline at end of file