mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated Developer Documentation (markdown)
parent
461b8abe3b
commit
fc07bc56bc
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue