aboutsummaryrefslogtreecommitdiff
path: root/docs/fr/contributing.md
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2019-12-15 14:08:49 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-15 14:08:49 +0100
commit82851d2039f619f1b2558e06b04a9e47fceeea54 (patch)
treeab3142289e260111c686e740b9f4214453a0a84c /docs/fr/contributing.md
parent0765840d9d0998bd09a2cf7c4fe97785c791fc9b (diff)
Make master the rolling release branch (#2705)
* Change default TAG in Makefile We are going to drop the `dev` branch. The Docker tag `dev-*` are based on this branch and so there will be no longer be generated. We must use images based on the `master` branch (i.e. `latest`, `alpine` and `arm`). * Remove references to dev branch in documentation * Synchronize French documentation
Diffstat (limited to 'docs/fr/contributing.md')
-rw-r--r--docs/fr/contributing.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/fr/contributing.md b/docs/fr/contributing.md
index f733c06fc..a58f4fac4 100644
--- a/docs/fr/contributing.md
+++ b/docs/fr/contributing.md
@@ -55,9 +55,8 @@ les collaborateurs, vous devrez suivre ces indications :
l'identifiant du ticket correspondant. Par exemple,
`783-contributing-file` pour réparer [ticket
#783](https://github.com/FreshRSS/FreshRSS/issues/783).
-4. Apportez vos modifications à votre fork et [envoyez une demande de
- pull](https://help.github.com/articles/using-pull-requests/) sur la
- branche **dev**.
+4. Ajoutez vos modifications à votre fork et [ouvrez une demande de pull
+ request](https://help.github.com/articles/using-pull-requests/).
Si vous devez écrire du code, veuillez suivre [nos recommandations de style
de codage](developers/01_First_steps.md).