From 51b142b3515cdf5beae356ec597344a8e8449f3f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 24 Sep 2018 18:07:40 +0300 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index a0b5632..9213f87 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -23,6 +23,7 @@ Please read the meteor style guide before making any significant contribution. ## Pull Request Workflow (Please read before submitting PR's) +- If package is available on meteor https://atmospherejs.com `meteor add packagename` or https://www.npmjs.com `meteor npm install packagename` then it's enough to add package that way, and there is no need to clone repo in [rebuild-wekan.sh](https://github.com/wekan/wekan-maintainer/tree/master/releases) script. - 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.