Skip to content

Commit c527cd5

Browse files
committed
doc: document the actual workflow in CONTRIBUTING.md
1 parent 8c1ba3a commit c527cd5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,14 @@ If you want to add to the documentation or code of one of our projects you
2626
should make a Pull Request.
2727

2828
If you never used GitHub, get up to speed with [Understanding the GitHub
29-
Flow](https://guides.github.com/introduction/flow/) or follow one of the great
30-
free interactive courses in the [GitHub learning lab](https://lab.github.com/)
31-
on working with GitHub and working with MarkDown, the syntax this project's
32-
documentation is in.
29+
Flow](https://guides.github.com/introduction/flow/).
3330

3431
This project is [licenced AGPL-3.0-or-later](LICENSE.md), which means you are
3532
granted the freedoms to read, execute, change and redistributed the code with
3633
the same license.
3734

3835
### 1. Make your changes
3936

40-
This project uses the [**GitFlow branching model** and
41-
workflow](http://nvie.com/posts/a-successful-git-branching-model/). When you've
42-
forked this repository, please make sure to create a feature branch following
43-
the GitFlow model.
44-
4537
Add your changes in commits [with a message that explains
4638
them](https://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message).
4739
Document choices or decisions you make in the commit message, this will enable

0 commit comments

Comments
 (0)