1.2 KiB
1.2 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?:
New Server Submissions
- Does your submission pass tests (server is connectable)?
- Does your server 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 server to the main README.md?
- Have you added a unique README.md for the server you are adding?