From aba20e41e3ae71d151e226047eff825d378639ce Mon Sep 17 00:00:00 2001 From: Geert van Horrik Date: Thu, 13 Oct 2016 11:32:38 +0200 Subject: [PATCH] Add GitHub templates --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 2 files changed, 43 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 0000000..d8b1dff --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ +*IF BUG, INCLUDE THIS PART:* + +### Steps to reproduce + +1. +2. +3. + +Platform: +.NET version: + +### Expected behaviour + +Tell us what should happen + +### Actual behaviour + +Tell us what happens instead +Can you also include a screen shot? + + + +*IF IT IS A NEW FEATURE REQUEST, INCLUDE THIS PART:* + +### Feature description + +Write a description of the feature. How should it work? How should it look? +Include some graphics if this could help! + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..bc1c632 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +Fixes # . + +### Checklist + +- [ ] I have included examples or tests +- [ ] I have updated the change log +- [ ] I am listed in the CONTRIBUTORS file +- [ ] I have cleaned up the commit history (use rebase and squash) + +### Changes proposed in this pull request: + +- +- +-