mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 19:57:22 +08:00
Update PR Template
This commit is contained in:
parent
986893e87c
commit
cf24cae039
@ -1,20 +0,0 @@
|
||||
### 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?
|
20
.github/pull_request_template.md
vendored
Normal file
20
.github/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 Server Submissions:
|
||||
|
||||
1. [ ] Does your submission pass tests (server is connectable)?
|
||||
2. [ ] Does your server use a custom docker image?
|
||||
* [ ] Have you tried to use a generic image?
|
||||
* [ ] Did you PR the nesessary 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?
|
||||
|
||||
### Changes to an existing Egg:
|
||||
|
||||
1. [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
|
||||
2. [ ] Have you tested your Egg changes?
|
Loading…
Reference in New Issue
Block a user