Updated Developer Documentation (markdown)

Lauri Ojansivu 2017-06-17 16:59:17 +03:00
parent 461b8abe3b
commit fc07bc56bc

@ -18,6 +18,11 @@ Please read the meteor style guide before making any significant contribution.
- Read Wekan source code.
- Read Meteor documentation.
## Preventing Travis CI lint errors before submitting pull requests
- Eslint for linting. To prevent Travis CI lint errors, you can test for lint errors with "npm run lint"
- If you want automatic fixes to that code file you can copy code to [jsbeautifer website](http://jsbeautifier.org) with settings Indent with 2 spaces (topmost dropdown), [X] Space before conditional: "if(x)" / "if (x)", [X] Use JSLint-happy formatting tweaks.
## Pull Request Workflow (Please read before submitting PR's)
- Use the [feature branch](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow) workflow.
@ -37,11 +42,6 @@ Please read the meteor style guide before making any significant contribution.
Main point is to be friendly to those commenting of your code, and incorporate those suggestions that make most sense.
# Preventing Travis CI lint errors when submitting pull requests
- Eslint for linting. To prevent Travis CI lint errors, you can test for lint errors with "npm run lint"
- If you want automatic fixes to that code file you can copy code to [jsbeautifer website](http://jsbeautifier.org) with settings Indent with 2 spaces (topmost dropdown), [X] Space before conditional: "if(x)" / "if (x)", [X] Use JSLint-happy formatting tweaks.
# Build Pipeline