Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.92 KB

CONTRIBUTING.md

File metadata and controls

72 lines (44 loc) · 2.92 KB

Contributing to Issuer Node

Welcome to Issuer Node! We're thrilled to have you here. Before you get started, please take a moment to review the following guidelines.

Contents

How to Contribute

Reporting Issues: If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. If the bug is a security vulnerability, please report it directly here.

Requesting Features: If you have ideas for new features or enhancements, please submit a feature request on GitHub.

Submitting Changes: Fork the repository, make your changes, and submit a pull request. Be sure to follow the guidelines outlined below.

Getting Started

To set up the project locally, follow the README instructions.

For an advanced setup, visit our extended documentation.

Issue Tracker Guidelines

Search for existing issues before creating new ones.

Provide detailed information and steps to reproduce when reporting bugs.

Follow the issue template if available.

Code Contribution Guidelines

Before submitting a contribution, please consider whether it will be useful to the community and try to minimise breaking changes. In general, a Pull Request with breaking changes is unlikely to be accepted immediately. Submit concise and focused pull requests with clear descriptions.

Follow the conventional commits specification both for the commits and PR names.

Use develop as the base and target branch for pull requests.

Be responsive to feedback and address any review comments promptly.

Testing Guidelines

Write tests for new features or changes

Ensure all existing tests pass and the linter reports no errors before submitting your changes.

Run tests and linter locally with:

make up-test // To start the database used by tests
make tests // run all tests
make lint // run linter

Documentation

Keep documentation up-to-date with any changes or additions. Help improve existing documentation or contribute new documentation as needed.

License Information

By contributing to this project, you agree to the terms of licenses Apache and Mit.

Contact Information

If you have any questions or need assistance, feel free to contact the project maintainers here.