Contribution Guidelines
We encourage contributions from the community to improve and expand the coverage of user stories and test scenarios. If you'd like to contribute, please follow these guidelines:
- Fork the repository
- Create a new branch for your changes:
git checkout -b user/user-story - Make your changes and commit them:
git commit -m "Describe your changes" - Push your changes to your fork:
git push origin user/user-story - Open a pull request on the main repository.
Please ensure that your contributions align with the context and objectives outlined in CIP-1694 and follow any specific guidelines provided in the CIP itself.