-
Fork the project repository.
-
Create a new branch for your contribution:
git checkout -b feature/your-feature-name
. -
Make your changes and commit them:
git commit -m 'Add your feature or fix'
. -
Push your changes to your forked repository:
git push origin feature/your-feature-name
. -
Open a pull request (PR) to the
main
branch of the Cert Vault repository. -
Ensure that your PR includes a clear description of the changes and why they are beneficial.
-
Our maintainers will review your contribution and may provide feedback or request changes.
-
Once your PR is approved, it will be merged into the main project.
Please follow the existing code style and formatting guidelines in the project. Consistency is important.
If you encounter any bugs, issues, or have suggestions for improvements, please open an issue on our GitHub Issues page.
We aim to foster an open and inclusive community. Please be respectful and considerate in all interactions. Harassment or offensive behavior will not be tolerated.
Thank you for contributing to Cert Vault! Together, we can make this project even better.