We welcome contributions to improve this project. Below are guidelines to help you get started:
-
Fork the Repository
- Navigate to the project repository and click the "Fork" button.
-
Clone Your Fork
git clone https://github.com/your-username/eprllib.git cd repository-name
-
Create a Branch
git checkout -b feature-branch-name
-
Implement Your Changes
- Make your changes to the codebase, ensuring you follow the project's coding style and guidelines.
-
Test Your Changes
- Run existing tests and write new tests if necessary to cover your changes.
- Ensure all tests pass before submitting your contribution.
-
Commit Your Changes
git add . git commit -m "Description of your changes"
-
Push to Your Fork
git push origin feature-branch-name
-
Create a Pull Request
- Navigate to the original repository and click the "New Pull Request" button.
- Ensure your pull request includes a clear description of the changes and any related issues.
-
Review Process
- Your pull request will be reviewed by project maintainers.
- Be responsive to feedback and be prepared to make necessary changes.
By contributing, you agree to abide by our Code of Conduct.
Thank you for your contributions!