Skip to content

Commit

Permalink
Fix urls in github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwebua committed Jun 18, 2019
1 parent a8152d4 commit d2196be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
### New Issue Checklist

- [ ] I have updated truemail to the latest version
- [ ] I have read the [Contribution Guidelines](../CONTRIBUTING.md)
- [ ] I have read the [documentation](../README.md)
- [ ] I have read the [Contribution Guidelines](https://github.com/rubygarage/truemail/blob/master/CONTRIBUTING.md)
- [ ] I have read the [documentation](https://github.com/rubygarage/truemail/blob/master/README.md)
- [ ] I have searched for [existing GitHub issues](https://github.com/rubygarage/truemail/issues)

### Issue Description
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- [ ] My code follows the code style of this project
- [ ] My change requires a change to the documentation
- [ ] I have updated the documentation accordingly
- [ ] I have read the [**CONTRIBUTING** document](../CONTRIBUTING.md)
- [ ] I have read the [**CONTRIBUTING** document](https://github.com/rubygarage/truemail/blob/master/CONTRIBUTING.md)
- [ ] I have added tests to cover my changes
- [ ] I have run `bundle exec rspec` from the root directory to see all new and existing tests pass
- [ ] I have run `rubocop` and `reek` to ensure the code style is valid

0 comments on commit d2196be

Please sign in to comment.