You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
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`.
4
4
5
5
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/).
6
6
@@ -153,11 +153,11 @@ If you have any trouble, please ask for assistance via the [issue tracker](https
153
153
4. Configure git remote repositories.
154
154
Set `origin` to your remote fork, and set `upstream` to point to `Pylons` for both Deform and deformdemo.
155
155
You need to `cd` into each directory, `deformdemo_functional_tests` and `Deform`, and execute the following commands.
0 commit comments