Updated Developer Documentation (markdown)

Lauri Ojansivu 2018-09-24 17:50:13 +03:00
parent 28717b9948
commit 01daf10f10

@ -28,10 +28,10 @@ Please read the meteor style guide before making any significant contribution.
- For new features add new pull request, if there is none already. - For new features add new pull request, if there is none already.
- remove all console.log statements - remove all console.log statements
- [Fix all lint errors and warnings](https://github.com/wekan/wekan/wiki/Developer-Documentation#preventing-travis-ci-lint-errors-before-submitting-pull-requests) - [Fix all lint errors and warnings](https://github.com/wekan/wekan/wiki/Developer-Documentation#preventing-travis-ci-lint-errors-before-submitting-pull-requests)
- [Add Snap settings to code](https://github.com/wekan/wekan/wiki/Adding-new-Snap-settings-to-code) so that CAS is default disabled, and can be enabled with Snap commands - [Add Snap settings to code](https://github.com/wekan/wekan/wiki/Adding-new-Snap-settings-to-code) so that feature is default disabled, and can be enabled with Snap commands
- [Add Snap settings to wiki](https://github.com/wekan/wekan-snap/wiki/Supported-settings-keys) - [Add Snap settings to wiki](https://github.com/wekan/wekan-snap/wiki/Supported-settings-keys)
- Add settings also to [Dockerfile](https://github.com/wekan/wekan/blob/edge/Dockerfile) - Add settings also to [Dockerfile](https://github.com/wekan/wekan/blob/edge/Dockerfile)
- [Make your pull request to edge branch](https://github.com/wekan/wekan/wiki/Developer-Documentation#pull-request-workflow-please-read-before-submitting-prs) with all of CAS code included. I will soon remove CAS from stable, because CAS if not fully tested yet. - [Make your pull request to edge branch](https://github.com/wekan/wekan/wiki/Developer-Documentation#pull-request-workflow-please-read-before-submitting-prs).
- Use the [feature branch](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow) workflow. - 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/edge` directly so that you can continue your work without interruption. - create a PR from your feature-branch to `wekan/edge` 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). - 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).