First off, thank you for considering contributing to Pytml! 🎉
The following is a set of guidelines for contributing to this project. These are mostly guidelines, not rules. Use your best judgment.
- Check if the bug has already been reported in Issues.
- If not, open a new issue with a clear title and description.
- Include steps to reproduce, expected behavior, and actual behavior.
- Add screenshots or code snippets if possible.
- Open an issue with the label
enhancement. - Explain why this enhancement would be useful to most Pytml users.
- Fork the repository.
- Create a new branch (
git checkout -b feature/amazing-feature). - Make your changes. Keep them focused on one thing.
- Test your changes locally.
- Commit with a clear message (
git commit -m 'Add some amazing feature'). - Push to your branch (
git push origin feature/amazing-feature). - Open a Pull Request against the
mainbranch.
- Clone your fork:
git clone https://github.com/your-username/pytml.git cd pytml