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

Commit

Permalink
docs: Update which branch to work off of (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmayda authored Feb 24, 2021
1 parent f5e2c3a commit afb577e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ reported the issue. Please try to include as much information as you can. Detail

Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

1. You are working against the latest source on the _mainline_ branch.
1. You are working against the latest source on the _develop_ branch.
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.

Expand All @@ -31,7 +31,7 @@ To send us a pull request, please:
1. Fork the repository.
2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
3. Ensure local tests pass.
4. Commit to your fork using clear commit messages.
4. Commit to your fork using [clear commit messages](https://www.conventionalcommits.org/en/v1.0.0/#summary).
5. Send us a pull request, answering any default questions in the pull request interface.
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.

Expand Down

0 comments on commit afb577e

Please sign in to comment.