2022-08-14 21:05:58 +08:00
# Description
2019-02-06 11:47:32 +08:00
2022-08-14 21:05:58 +08:00
<!-- Please explain what is being changed or added as a short overview for this PR. Also, link existing relevant issues if they exist with resolves # -->
## Checklist for all submissions
2023-01-29 03:58:19 +08:00
<!-- insert X into the brackets to mark it as done (i.e. [x]). You can click preview to make the links appear clickable. -->
2022-08-14 21:05:58 +08:00
* [ ] Have you followed the guidelines in our [Contributing document ](https://github.com/parkervcp/eggs/blob/master/CONTRIBUTING.md )?
2021-07-21 07:07:39 +08:00
* [ ] Have you checked to ensure there aren't other open [Pull Requests ](../pulls ) for the same update/change?
2022-08-14 21:05:58 +08:00
* [ ] Have you tested and reviewed your changes with confidence that everything works?
2019-05-05 20:22:15 +08:00
* [ ] Did you branch your changes and PR from that branch and not from your master branch?
* If not, why?:
2019-02-06 11:47:32 +08:00
2023-01-29 05:11:56 +08:00
<!-- If this is an egg update fill these out -->
* [ ] You verify that the start command applied does not use a shell script
* [ ] If some script is needed then it is part of a current yolk or a PR to add one
* [ ] The egg was exported from the panel
2022-08-14 21:14:59 +08:00
<!-- You can erase the new egg submission template if you're not adding a completely new egg -->
2019-02-06 11:47:32 +08:00
2022-08-14 21:14:59 +08:00
## New egg Submissions
2019-02-06 11:47:32 +08:00
1. [ ] Does your submission pass tests (server is connectable)?
2022-08-14 21:14:59 +08:00
2. [ ] Does your egg use a custom docker image?
2019-02-06 11:47:32 +08:00
* [ ] Have you tried to use a generic image?
2019-09-30 18:04:43 +08:00
* [ ] Did you PR the necessary changes to make it work?
2022-08-14 21:14:59 +08:00
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?
2023-01-29 05:11:56 +08:00
5. [ ] You verify that the start command applied does not use a shell script
* [ ] If some script is needed then it is part of a current yolk or a PR to add one
6. [ ] The egg was exported from the panel