Skip to content

Commit

Permalink
fix(docs): remove broken link in PR template
Browse files Browse the repository at this point in the history
This commit fixes the broken styleguide link in the PR template.  We no
longer use a styleguide, but instead rely on eslint rules to enforce
styling.
  • Loading branch information
jniles committed Jul 16, 2017
1 parent a81bf4e commit 6e72918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Thank you for contributing!

Before submitting this pull request, please verify that you have:
- [ ] Run your code through ESLint. [Check out our styleguide](https://github.com/IMA-WorldHealth/bhima-2.X/blob/master/docs/STYLEGUIDE.md).
- [ ] Run your code through eslint.
- [ ] Run integration tests.
- [ ] Run end-to-end tests.
- [ ] Accurately described the changes your are making in this pull request.

For a more detailed checklist, [see the official review checklist](https://docs.google.com/document/d/1nupLVLRXgSZJQo_acLgrwvPnN8RukfSiwRhSToj81uU/pub) that this PR will be evaluated against.
For a more detailed checklist, [see the online review checklist](https://docs.google.com/document/d/1nupLVLRXgSZJQo_acLgrwvPnN8RukfSiwRhSToj81uU/pub) that this PR will be evaluated against.

Ensuring that the above checkboxes are completed will help speed the review process and help build a stronger application. Thanks!

0 comments on commit 6e72918

Please sign in to comment.