-
Fork the Repository: Start by forking the repository and creating a new branch for your feature or bugfix.
-
Open an Issue: Before working on major changes, open an issue to discuss your idea.
-
Make Changes: Implement your changes in the appropriate files. Write clear and concise commit messages.
-
Run Tests: Ensure that all tests pass and your code doesn’t break existing functionality.
-
Submit a Pull Request: Open a pull request with a clear description of your changes. Link the issue if applicable.
-
Follow the project's coding style.
-
Include tests for any new functionality or bugfixes.
-
Provide a detailed description of the changes.
All pull requests will be reviewed by project maintainers. Ensure your changes align with project goals and standards.