ref: fa37922ca76b749ce046f1ce1f15f7e1322c9244
parent: 6ff9435e0a3a132a52816d37c9c545799c8b2eb0
author: Antonio Niño Díaz <antonio_nd@outlook.com>
date: Sun May 5 19:38:26 EDT 2019
Remove develop branch from contributing guide This branch was meant to contain changes that were considered too risky to be in master. However, there is not enough activity in the repository to justify its presence. Both branches are always pointing at the same commit. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -65,9 +65,9 @@
1. Fork this repository.
-2. Checkout the ``develop`` branch.
+2. Checkout the ``master`` branch.
-3. Create a new branch to work on. You could still work on ``develop``, but it's
+3. Create a new branch to work on. You could still work on ``master``, but it's
easier that way.
4. Compile your changes with ``make develop`` instead of just ``make``. This
@@ -90,7 +90,7 @@
long as you specify it when executing the command:
``CHECKPATCH=../path/to/folder make checkpatch``.
-8. Create a pull request against the branch ``develop``.
+8. Create a pull request against the branch ``master``.
9. Be prepared to get some comments about your code and to modify it. Tip: Use
- ``git rebase -i origin/develop`` to modify chains of commits.
+ ``git rebase -i origin/master`` to modify chains of commits.