Skip to content

Commit

Permalink
Merge pull request #6165 from santteegt/fix-contribute-docs
Browse files Browse the repository at this point in the history
Fix contribute docs
  • Loading branch information
thelostone-mc authored Mar 26, 2020
2 parents cc07e28 + d83fcac commit cc44443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To keep the style of the Javascript code consistent we have a basic linting conf

### Step 4: Commit

1. Ensure your code changes adhere to our styling and linting standards: `npm run eslint:fix; npm run stylelint:fix; isort -rc --atomic .`
1. Ensure your code changes adhere to our styling and linting standards: `make fix` (or `npm run eslint:fix; npm run stylelint:fix; isort -rc --atomic .; yapf -i -r -e "app/**/migrations/*.py" -e "app/app/settings.py" -p app/app/ app/avatar/ app/credits/ app/dataviz/ app/enssubdomain/ app/ethos/ app/github/`)
2. List all your changes as a list if needed else simply give a brief description on what the changes are.
3. All lines at 100 columns.
4. If your PR fixed an issue, Use the `Fixes:` prefix and the full issue URL. For other references use `Refs:`.
Expand Down

0 comments on commit cc44443

Please sign in to comment.