Thank you for your interest in contributing to MiniTemplate! We appreciate your help and support. Before you get started, please take a moment to review the following guidelines.
If you encounter any bugs or have suggestions for improvements, feel free to open an issue on the issue tracker.
If you have an idea for a new feature, we would love to hear about it! Open a new issue and describe the feature in detail. Be sure to explain the use case and benefits of the feature.
If you’d like to contribute code to MiniTemplate, follow these steps:
- Fork the repository on GitHub.
- Create a new branch off of
main
for your feature or bug fix. - Commit your changes with clear, concise messages.
- Push your branch to your forked repository.
- Open a pull request against the
main
branch of the main repository.
- Follow existing patterns and structure.
- Write clear, concise comments where necessary.
- Ensure that your changes do not break existing functionality.
- Test your changes thoroughly before submitting a pull request.
Before submitting your pull request, make sure to run any relevant tests:
cd ./tests && ./run_tests.sh