Skip to content

Commit 9fcc6fa

Browse files
committed
Clarify how to contribute
There are no .x branches yet for Quart.
1 parent 868f7b9 commit 9fcc6fa

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

CONTRIBUTING.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,8 @@ First time setup
128128
Start coding
129129
~~~~~~~~~~~~
130130

131-
- Create a branch to identify the issue you would like to work on. If
132-
you're submitting a bug or documentation fix, branch off of the
133-
latest ".x" branch.
134-
135-
.. code-block:: text
136-
137-
$ git fetch origin
138-
$ git checkout -b your-branch-name origin/2.0.x
139-
140-
If you're submitting a feature addition or change, branch off of the
141-
"main" branch.
131+
- Create a branch to identify the issue you would like to work
132+
on. Branch off of the "main" branch.
142133

143134
.. code-block:: text
144135

0 commit comments

Comments
 (0)