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: + +- +- +-