Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

31 lines (16 loc) · 1.24 KB

How to Contribute

  1. Fork the project repository.

  2. Create a new branch for your contribution: git checkout -b feature/your-feature-name.

  3. Make your changes and commit them: git commit -m 'Add your feature or fix'.

  4. Push your changes to your forked repository: git push origin feature/your-feature-name.

  5. Open a pull request (PR) to the main branch of the Cert Vault repository.

  6. Ensure that your PR includes a clear description of the changes and why they are beneficial.

  7. Our maintainers will review your contribution and may provide feedback or request changes.

  8. Once your PR is approved, it will be merged into the main project.

Code Style

Please follow the existing code style and formatting guidelines in the project. Consistency is important.

Reporting Issues

If you encounter any bugs, issues, or have suggestions for improvements, please open an issue on our GitHub Issues page.

Community Guidelines

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.