From 781e07f2960663b0efcecc3d01e0b9e5ab4d399a Mon Sep 17 00:00:00 2001 From: chasa <79016507+itschasa@users.noreply.github.com> Date: Fri, 22 Jul 2022 11:27:25 +0100 Subject: [PATCH 1/4] Create CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..8a03cee --- /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. From 72d6bcdb723785120f0fec574d67e7d294ed88f2 Mon Sep 17 00:00:00 2001 From: chasa <79016507+itschasa@users.noreply.github.com> Date: Fri, 22 Jul 2022 11:35:55 +0100 Subject: [PATCH 2/4] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md 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) From eeb887d42d86ba8dbd3fa209ce547f293a1ddee2 Mon Sep 17 00:00:00 2001 From: chasa <79016507+itschasa@users.noreply.github.com> Date: Fri, 22 Jul 2022 11:36:28 +0100 Subject: [PATCH 3/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a03cee..23835d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ > 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. +> 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. From 826c5a39d23e9389467a4d57778a51a91be270dd Mon Sep 17 00:00:00 2001 From: chasa <79016507+itschasa@users.noreply.github.com> Date: Fri, 22 Jul 2022 11:48:57 +0100 Subject: [PATCH 4/4] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ISSUE_TEMPLATE.md 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: + +