Skip to content

Commit

Permalink
Fix PR template (autowarefoundation#218)
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 86fa922 commit 31e4486
Showing 1 changed file with 37 additions and 9 deletions.
46 changes: 37 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,43 @@
## PRの種類
## PR Type

- [ ] 新機能
- [ ] 既存機能の性能向上
- [ ] バグフィックス
<!-- Select one and remove others. If an appropriate one is not listed, please write by yourself. -->

## Jiraリンク
- New Feature
- Improvement
- Bug Fix

## 変更概要
## Related Links

## レビュー方法
<!-- Please write related links to GitHub/Jira/Slack/etc. -->

## その他
## Description

- [ ] [リリースノート](https://tier4.atlassian.net/wiki/spaces/AIP/pages/563774416)への記載
<!-- Describe what this PR changes? -->

## Review Procedure

<!-- Explain how to review this PR. -->

## Remarks

<!-- Write remarks as you like if you need. -->

## Pre-Review Checklist for the PR Author

- [ ] 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)
- [ ] (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)

[coding-guidelines]: https://tier4.atlassian.net/wiki/spaces/AIP/pages/1194394777/T4
[release-notes]: https://tier4.atlassian.net/wiki/spaces/AIP/pages/563774416

0 comments on commit 31e4486

Please sign in to comment.