Browse Source

Merge branch 'main' into records-rfc-test

pull/930/head
Ross McFarland 3 years ago
committed by GitHub
parent
commit
f79c79b778
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md View File

@ -8,7 +8,7 @@ If you have questions, or you'd like to check with us before embarking on a majo
## How to contribute
This project uses the [GitHub Flow](https://guides.github.com/introduction/flow/). That means that the `master` branch is stable and new development is done in feature branches. Feature branches are merged into the `master` branch via a Pull Request.
This project uses the [GitHub Flow](https://guides.github.com/introduction/flow/). That means that the `main` branch is stable and new development is done in feature branches. Feature branches are merged into the `main` branch via a Pull Request.
0. Fork and clone the repository
0. Configure and install the dependencies: `./script/bootstrap`


Loading…
Cancel
Save