From 9aadd8db3892be9864a3d89c8b9ae31306c90126 Mon Sep 17 00:00:00 2001 From: Simon Erkelens Date: Sat, 14 Oct 2017 13:28:26 +1300 Subject: [PATCH] Add PR template Update as per discussion --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..778f3ce7f --- /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 000000000..be102f481 --- /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://docs.silverstripe.org/en/contributing/code/ \ No newline at end of file