Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.26 KB

Contributing to FastPay

To contribute, ensure that you have the latest version of the codebase. To clone the repository, run the following:

$ git clone https://github.com/novifinancial/fastpay.git
$ cd fastpay
$ cargo build --all --all-targets
$ cargo test

Coding Guidelines for Rust code

For detailed guidance on how to contribute to the Rust code in the Fastpay repository refer to Coding Guidelines.

Pull Requests

Please refer to the documentation to determine the status of each project (e.g. actively developed vs. archived) before submitting a pull request.

To submit your pull request:

  1. Fork fastpay repository and create your branch from main.
  2. If you have added code that should be tested, add unit tests.
  3. If you have made changes to APIs, update the relevant documentation, and build and test the developer site.
  4. Verify and ensure that the test suite passes.
  5. Make sure your code passes both linters.
  6. Complete the Contributor License Agreement (CLA), if you haven't already done so.
  7. Submit your pull request.

Code of Conduct

Please refer to the Code of Conduct for guidelines on interacting with the community.