diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..23835d1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +1. No small spelling changes (unless you are already a contributor) +> This is to keep contributors seen as a respected role, which you get from helping DMDGO, not correcting the spelling. + +2. Additions must not interrupt the flow of the average user. +> Don't add things which would interrupt the average Mass DMer. + +3. Additions must be relevent to mass dming. +> Features like raiding aren't relevent to DMDGO's core purpose, so they shouldn't be added. + +4. Explain how your pull request will improve the program. +> It helps me be able to review and understand your PR easier. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..c07ee7a --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +### Put the following in the title of your Issue: + +`[Question]` for a general question. +> Be specific, people can't help you if we don't know what you are talking about + +`[Bug]` for unexpected error/behavior on the program. +> Please include your: +> - DMDGO version (shown on title screen) +> - Whether you built from source or downloaded a release +> - Your operating system. + + +## Explain your question/bug below: + + diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..722589e --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## Checklist: + +- [ ] My pull request doesn't just contain spelling corrections. +- [ ] My pull request doesn't interrupt the flow of the average user. +- [ ] My pull request is relevent to Mass DMing. +- [ ] I have explained how my pull request will improve the program. + +(replace the spaces with an `x` to tick it) + +## Changes made: + +(explain what changes you have made to DMDGO) + +## Why I've done these changes: + +(how does this improve DMDGO)