Skip to content

Commit

Permalink
Fix PR template link (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored May 19, 2021
1 parent 50cdffc commit 20230de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@

## Pre-Review Checklist for the PR Author

- [ ] Code follows [coding guidelines](coding-guidelines)
- [ ] Code follows [coding guidelines][coding-guidelines]
- [ ] Assign PR to reviewer

## Checklist for the PR Reviewer

- [ ] Commits are properly organized and messages are according to the guideline
- [ ] Code follows [coding guidelines](coding-guidelines)
- [ ] Code follows [coding guidelines][coding-guidelines]
- [ ] (Optional) Unit tests have been written for new behavior
- [ ] PR title describes the changes

## Post-review Checklist for the PR Author

- [ ] All open points are addressed and tracked via issues or tickets
- [ ] Write [release notes](release-notes)
- [ ] Write [release notes][release-notes]
- [ ] (When added something to `.repos`) Check if proper access rights are set

[coding-guidelines]: https://tier4.atlassian.net/wiki/spaces/AIP/pages/1194394777/T4
Expand Down

0 comments on commit 20230de

Please sign in to comment.