From a883e42d02421b35ddc38203dfb78b5ba5cb8864 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Fri, 20 Jul 2018 20:40:07 -0400 Subject: [PATCH] more template changes --- .github/ISSUE_TEMPLATE/bugs.md | 2 +- .github/ISSUE_TEMPLATE/request.md | 2 +- .../pull_request_template.md | 20 +++++++++++++++++++ CONTRIBUTING.md | 6 ++++-- 4 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md index 699fe823..82150487 100644 --- a/.github/ISSUE_TEMPLATE/bugs.md +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -1,6 +1,6 @@ --- name: "\U0001F41B Bug Report" -about: Create a report for an egg +about: Report an issue for an egg --- diff --git a/.github/ISSUE_TEMPLATE/request.md b/.github/ISSUE_TEMPLATE/request.md index 80efda55..62fe627d 100644 --- a/.github/ISSUE_TEMPLATE/request.md +++ b/.github/ISSUE_TEMPLATE/request.md @@ -1,6 +1,6 @@ --- name: "\U0001F3AE Game Request" -about: Suggest an game to build an egg for +about: Suggest a server to build an egg for --- diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..93074704 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,20 @@ +### All Submissions: + +* [ ] Have you followed the guidelines in our Contributing document? +* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? + + + +### New Feature Submissions: + +1. [ ] Does your submission pass tests (server is connectable)? + +### Changes to Egg Features: + +* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? +* [ ] Have you tested your Egg changes? + +### Changes to README: + +* [ ] Have you added the server to the main README.md? +* [ ] Have you added a unique README.md for the server you are adding? \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 202b3ff2..58a857fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,9 +3,11 @@ ## General rules 1. Keep it simple. - We don't need 8 miles of install script + We don't need 8 miles of install script. + 2. Keep it Small. - Only use what is absolutely needed. + Only use what is absolutely needed. + 3. Try to stay in the stock containers. If you need something in a container PR it to [my image repo](https://github.com/parkervcp/images) where I can review and pull up to the main repo.