summaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md
index d0be760..f57a051 100644
--- a/contributing.md
+++ b/contributing.md
@@ -14,8 +14,8 @@ You can contribute to this project in several ways.
Git branches and their purpose and status at the time of this writing are listed below.
-* [master](https://github.com/Pylons/webtest/) - The branch which should always be *deployable*. The default branch on GitHub.
-* For development, create a new branch. If changes on your new branch are accepted, they will be merged into the master branch and deployed.
+* [main](https://github.com/Pylons/webtest/) - The branch which should always be *deployable*. The default branch on GitHub.
+* For development, create a new branch. If changes on your new branch are accepted, they will be merged into the main branch and deployed.
## Prerequisites