Thank you for considering contributing to TrajAllocPy! We appreciate your interest in helping us improve our project. Please take a moment to review this guide to understand how you can contribute.
- Code of Conduct
- Ways to Contribute
- Getting Started
- Submitting Changes
- Development Workflow
- Code Guidelines
- Testing
- Documentation
- Community
This project and everyone participating in it are governed by our Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to [project email].
There are many ways to contribute to TrajAllocPy:
- Bug Reports: If you find a bug, please open an issue on our GitHub repository.
- Feature Requests: You can request new features by opening an issue on GitHub.
- Documentation: Help improve the project's documentation by submitting changes or providing feedback.
- Code Contributions: You can contribute to the project by forking the repository, creating a branch, and submitting a pull request.
- Helping Users: You can answer questions or solve issues for other users on our issue tracker.
To get started with contributing, follow these steps:
- Fork the repository: Click the "Fork" button on the top right of the repository's page.
- Clone your fork: Use
git clone
to clone your forked repository to your local machine. - Set up the project: Follow the instructions in the project's README for setting up the development environment.
- Create a new branch: Use
git checkout -b feature/your-feature
to create a new branch for your changes. - Make your changes: Write your code and make your desired changes.
- Test your changes: Ensure your changes do not break existing functionality and follow the testing guidelines below.
- Commit your changes: Use
git commit
to commit your changes locally. - Push your changes: Push your changes to your fork on GitHub using
git push
. - Create a pull request: Open a pull request on the main repository.
When you're ready to submit your changes, please make sure to:
- Create a clear and descriptive pull request title.
- Provide a detailed description of the changes you've made.
- Reference any relevant issues by including "Closes #issue-number" in the description.
- Follow the code guidelines and testing procedures outlined in this guide.
- Be responsive to comments and feedback on your pull request.
- The
main
branch is the stable branch. It's best to create your branches frommain
. - We use GitHub Actions for continuous integration, so make sure your code passes the checks.
- Squash your commits into a single meaningful commit before merging.
Please follow our code guidelines for writing clean and maintainable code. If you have questions, feel free to ask on the pull request or in the community.
Before submitting a pull request, ensure that you have tested your changes and that they don't introduce new issues. Write tests where applicable, and run existing tests to verify the integrity of the code.
Documentation is crucial for understanding and maintaining the project. If your contribution involves changes to the documentation, please ensure that your updates are clear, concise, and accurate.
Join our community! We welcome everyone, regardless of your level of expertise. If you have questions, need help, or want to discuss ideas, join our community chat or mailing list.
We appreciate your time and effort in contributing to TrajAllocPy. Your contributions make this project better for everyone.
Thank you for being a part of our open source community!