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?

View File

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