Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

42 lines (25 loc) · 1.6 KB

Contributing to Solana Axelar Relayer

First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to this project. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.

How Can I Contribute?

Reporting Bugs

Before creating bug reports, please check if the issue has already been reported. If it has and the issue is still open, add a comment to the existing issue instead of opening a new one.

Pull Requests

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. Issue that pull request!

Styleguides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Follow the conventional commit format (see conventional commits)
  • Reference issues and pull requests liberally after the first line

Rust Styleguide

All Rust must adhere to the Rust style guide.

Any questions?

Don't hesitate to create a new issue or contact us by email at [email protected]