aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-10-08 15:05:50 +0200
committerArthurHoaro <arthur@hoa.ro>2017-10-08 15:05:50 +0200
commitb14dfc23dd8c4ab1c2cf5788c205a19bff0c1f84 (patch)
treeb6bd2d066410bc8e6a09bbd057df728b5de1493e /CONTRIBUTING.md
parent2c049b673acdd10125db9c3c271eef5bd3f5fc17 (diff)
parentecccb14e2ab4e5f372ea9946b29995c3c7122a5c (diff)
downloadShaarli-b14dfc23dd8c4ab1c2cf5788c205a19bff0c1f84.tar.gz
Shaarli-b14dfc23dd8c4ab1c2cf5788c205a19bff0c1f84.tar.zst
Shaarli-b14dfc23dd8c4ab1c2cf5788c205a19bff0c1f84.zip
Merge tag 'v0.9.2' into latest
Release v0.9.2
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bb82951d..03564fd2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -54,7 +54,7 @@ Please report any problem you might find.
54 * starting from branch ` master`, switch to a new branch (eg. `git checkout -b my-awesome-feature`) 54 * starting from branch ` master`, switch to a new branch (eg. `git checkout -b my-awesome-feature`)
55 * edit the required files (from the Github web interface or your text editor) 55 * edit the required files (from the Github web interface or your text editor)
56 * add and commit your changes with a meaningful commit message (eg `Cool new feature, fixes issue #1001`) 56 * add and commit your changes with a meaningful commit message (eg `Cool new feature, fixes issue #1001`)
57 * run unit tests against your patched version, see [Running unit tests](https://github.com/shaarli/Shaarli/wiki/Running-unit-tests) 57 * run unit tests against your patched version, see [Running unit tests](https://shaarli.readthedocs.io/en/master/Unit-tests/#run-unit-tests)
58 * Open your fork in the Github web interface and click the "Compare and Pull Request" button, enter required info and submit your Pull Request. 58 * Open your fork in the Github web interface and click the "Compare and Pull Request" button, enter required info and submit your Pull Request.
59 59
60All changes you will do on the `my-awesome-feature` in the future will be added to your Pull Request. Don't work directly on the master branch, don't do unrelated work on your `my-awesome-feature` branch. 60All changes you will do on the `my-awesome-feature` in the future will be added to your Pull Request. Don't work directly on the master branch, don't do unrelated work on your `my-awesome-feature` branch.