- To add a new entry, edit the README.md file through Github's web interface or a text editor, and send a Pull Request.
- See Editing files in another user's repository, Creating Pull Requests, Using Pull Requests for help on sending your patch.
- New entries will be formatted with an automatically generated table of contents. See setup instructions.
Table of contents are automatically inserted using pre-commit hooks. To get started:
pip install pre-commit==1.21.0
pre-commit install
pre-commit run --all-files
These contributing guidelines are adapted from awesome-selfhosted.