mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
docs(pr-template): replace server with egg and include readme instructions
This commit is contained in:
parent
e87f3dc365
commit
3721c5224f
10
.github/pull_request_template.md
vendored
10
.github/pull_request_template.md
vendored
@ -12,13 +12,13 @@
|
||||
* [ ] Did you branch your changes and PR from that branch and not from your master branch?
|
||||
* If not, why?:
|
||||
|
||||
<!-- You can erase the new server submission template if you're not adding a completely new egg -->
|
||||
<!-- You can erase the new egg submission template if you're not adding a completely new egg -->
|
||||
|
||||
## New Server Submissions
|
||||
## New egg Submissions
|
||||
|
||||
1. [ ] Does your submission pass tests (server is connectable)?
|
||||
2. [ ] Does your server use a custom docker image?
|
||||
2. [ ] Does your egg use a custom docker image?
|
||||
* [ ] Have you tried to use a generic image?
|
||||
* [ ] Did you PR the necessary changes to make it work?
|
||||
3. [ ] Have you added the server to the main README.md?
|
||||
4. [ ] Have you added a unique README.md for the server you are adding?
|
||||
3. [ ] Have you added the egg to the main README.md and any other README files in subdirectories of the egg (e.g /game_eggs) according to the alphabetical order?
|
||||
4. [ ] Have you added a unique README.md for the egg you are adding according to the alphabetical order?
|
||||
|
Loading…
Reference in New Issue
Block a user