more template changes

This commit is contained in:
Michael (Parker) Parker
2018-07-20 20:40:07 -04:00
parent fe58a0f4bd
commit a883e42d02
4 changed files with 26 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
---
name: "\U0001F41B Bug Report"
about: Create a report for an egg
about: Report an issue for an egg
---

View File

@@ -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
---

View File

@@ -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?
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### 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?