- ptbtest repository (https://github.com/AlexPHorta/ptbtest) - Python Telegram Bot (PTB) repository (https://github.com/python-telegram-bot/python-telegram-bot/) 📄 Style guides: - Comments, GIT, Coding, Licensing, etc. (https://standards.mousepawmedia.com/en/stable/index.html) - Conventional Commits (https://www.conventionalcommits.org/en/v1.0.0/) - Changelog (https://keepachangelog.com/en/1.0.0/) - PTB's "How to contribute" (https://github.com/python-telegram-bot/python-telegram-bot/blob/master/.github/CONTRIBUTING.rst) 📝 Documentation: - Diátaxis (https://diataxis.fr/) - Framework for writing documentation - Python Telegram Bot (https://docs.python-telegram-bot.org/en/stable/) - pytest (https://docs.pytest.org/en/stable/) ✏️ Other: - Python Packaging User Guide (https://packaging.python.org/en/latest/) ### commit's prefixes - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) - docs: Documentation only changes - feat: A new feature - fix: A bug fix - perf: A code change that improves performance - refactor: A code change that neither fixes a bug nor adds a feature - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) - test: Adding missing tests or correcting existing tests - revert: Never to be used
📄 Style guides:
📝 Documentation:
✏️ Other:
commit's prefixes