more template changes
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bugs.md
vendored
2
.github/ISSUE_TEMPLATE/bugs.md
vendored
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: "\U0001F41B Bug Report"
|
name: "\U0001F41B Bug Report"
|
||||||
about: Create a report for an egg
|
about: Report an issue for an egg
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/request.md
vendored
2
.github/ISSUE_TEMPLATE/request.md
vendored
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: "\U0001F3AE Game Request"
|
name: "\U0001F3AE Game Request"
|
||||||
about: Suggest an game to build an egg for
|
about: Suggest a server to build an egg for
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
20
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
20
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal 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?
|
||||||
@@ -3,9 +3,11 @@
|
|||||||
## General rules
|
## General rules
|
||||||
|
|
||||||
1. Keep it simple.
|
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.
|
2. Keep it Small.
|
||||||
Only use what is absolutely needed.
|
Only use what is absolutely needed.
|
||||||
|
|
||||||
3. Try to stay in the stock containers.
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user