Skip to content

Commit 065d4da

Browse files
committed
Update the branch in contributing.md
1 parent c85a121 commit 065d4da

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

contributing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
You are working on the `main` branch. Development of new features takes place on the `main` branch. The latest, stable release branch is `2.0-branch`.
3+
You are working on the `main` branch. Development of new features takes place on the `main` branch. The latest, stable release branch is `3.0-branch`.
44

55
All projects under the Pylons Projects, including this one, follow the guidelines established at [How to Contribute](https://pylonsproject.org/community-how-to-contribute.html), [Coding Style and Standards](https://pylonsproject.org/community-coding-style-standards.html), and [Pylons Project Documentation Style Guide](https://docs.pylonsproject.org/projects/docs-style-guide/).
66

@@ -153,11 +153,11 @@ If you have any trouble, please ask for assistance via the [issue tracker](https
153153
4. Configure git remote repositories.
154154
Set `origin` to your remote fork, and set `upstream` to point to `Pylons` for both Deform and deformdemo.
155155
You need to `cd` into each directory, `deformdemo_functional_tests` and `Deform`, and execute the following commands.
156-
156+
157157
cd deform
158158
git remote add upstream https://github.com/Pylons/deform.git
159159
git remote set-url origin git@github.com:git_user_id/deform.git
160-
160+
161161
cd deformdemo_functional_tests
162162
git remote add upstream https://github.com/Pylons/deformdemo.git
163163
git remote set-url origin git@github.com:git_user_id/deformdemo.git
@@ -274,7 +274,7 @@ You must add your local Deform checkout—which is also where you will install y
274274
Otherwise Firefox or Chrome will not start and will return an error message such as `'geckodriver' executable needs to be in PATH.`.
275275

276276
When you run `$tox -e functional3`, your local checkout is automatically added to your `$PATH`.
277-
Otherwise you can set it manually.
277+
Otherwise you can set it manually.
278278

279279
export PATH=~/projects/deform:$PATH
280280

@@ -285,7 +285,7 @@ The functional tests require the installation of the GNU `gettext` utilities, sp
285285
Use your package manager to install these requirements.
286286

287287
##### macOS
288-
288+
289289
Use [Homebrew](https://brew.sh/):
290290

291291
brew install gettext

0 commit comments

Comments
 (0)