Skip to content

Commit 4443347

Browse files
author
amazon-meaisiah
authored
Fix outdated branch reference
1 parent 11354e8 commit 4443347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ reported the issue. Please try to include as much information as you can. Detail
2323
## Contributing via Pull Requests
2424
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2525

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

3030
To send us a pull request, please:
3131

3232
1. Fork the repository.
33-
2. Working off the latest version of the *staging* branch, 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.
33+
2. Working off the latest version of the *master* branch, 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.
3434
3. Ensure local tests pass.
3535
4. Run `standard --fix` on your new code to ensure style consistency. Remember to only reformat files relevant to your changes.
3636
5. Commit to your fork using clear commit messages.
37-
6. Send us a pull request merging into the *staging* branch, answering any default questions in the pull request interface.
37+
6. Send us a pull request merging into the *master* branch, answering any default questions in the pull request interface.
3838
7. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
3939

4040
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and

0 commit comments

Comments
 (0)