Contributing
Thank you sincerely for considering contributing to the ZTAuth* open protocol specification. We highly value the input and engagement of our community members.
Please make sure to review our set guidelines detailed in the conduct protocol that governs interactions within this project’s sphere.
Moreover, familiarize yourself with the guidelines listed below to increase the chances of your submissions getting approved.
Thank you once again for your interest and support. To get any help or get help:
- Email us at opensource@nitroagility.com
Contribution Steps
To contribute to the project, follow the steps below:
- Fork this repository.
- Clone the repository you forked.
- Create a branch with specified name. It’s better to relate it with your issue title.
- Make necessary changes and commit those changes. Make sure to test your changes.
- Push changes to your branch.
- Submit your changes for review.
Committing changes
Please help us to keep our commit messages clean and informative. Here the applied form of commit message:
<type>(optional scope): <description>
Examples:
docs: update README.md
spec: contribute to the spec
Types:
docs:
documentationspec:
spec contribute
Submitting pull requests
Before creating a pull request, please ensure that your changes are tested and that the documentation is updated accordingly.
Pull request reccomendations
- Before submitting a pull request, please raise an issue to discuss the changes you wish to make. This will help us understand the context of your changes and provide feedback.
- Contribute either to the docs or to the spec, not both at the same time.