Skip to main content

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:

  1. Fork the repository
  2. Create a new branch for your changes:
    git checkout -b user/user-story
  3. Make your changes and commit them:
    git commit -m "Describe your changes"
  4. Push your changes to your fork:
    git push origin user/user-story
  5. 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.