Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 1.06 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

The Code of Conduct governs this project and everyone participating in it. 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, comment on 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. Add tests if you've added code that should be tested.
  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!