From 4b29a012f5860953a8891ee28682cf88f1ad0136 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 20 Nov 2017 14:26:14 +0200 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index d393efc..0b95ec4 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -25,6 +25,9 @@ Please read the meteor style guide before making any significant contribution. ## Pull Request Workflow (Please read before submitting PR's) +- When doing pull requests, only add additions and changes to English at wekan/i18n/en.i18n.json . Other translations are done at [https://www.transifex.com/wekan/wekan](https://www.transifex.com/wekan/wekan). +- If you have fix to some existing pull request, add your fix as comment. Do not post new pull request. +- For new features add new pull request, if there is none already. - Use the [feature branch](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow) workflow. - create a PR from your feature-branch to `wekan/devel` directly so that you can continue your work without interruption. - Keep your local forks updated with this repo by setting your `git upstream` value as described [here](https://robots.thoughtbot.com/keeping-a-github-fork-updated).