mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-11 11:37:29 +08:00
67f4e74b7f
move start command and export message for updating an egg Add start command and export message for adding a new egg
1.8 KiB
1.8 KiB
Description
Checklist for all submissions
- Have you followed the guidelines in our Contributing document?
- Have you checked to ensure there aren't other open Pull Requests for the same update/change?
- Have you tested and reviewed your changes with confidence that everything works?
- Did you branch your changes and PR from that branch and not from your master branch?
- If not, why?:
- 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
New egg Submissions
- Does your submission pass tests (server is connectable)?
- 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?
- 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?
- Have you added a unique README.md for the egg you are adding according to the alphabetical order?
- 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