Skip to content

Commit

Permalink
[Chore] add tag PR template (#262)
Browse files Browse the repository at this point in the history
Add PR template for chore/tag PR.
  • Loading branch information
Bodong-Yang authored Nov 15, 2023
1 parent 33847e7 commit 0d152e0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This is the main entry for selecting a template for your PR.
- [Feature](?expand=1&template=feature.md)
- [Fix](?expand=1&template=fix.md)
- [Refinement](?expand=1&template=refinement.md)
- [Chore/tag](?expand=1&template=tag.md)

If PR type is not in the above list, feel free to start from blank PR body.

** DON'T INCLUDE THIS PAGE'S CONTENTS IN YOUR PR BODY. **
** DON'T INCLUDE THIS PAGE'S CONTENTS IN YOUR PR BODY. **
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/tag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Description

## Commits since <last_tag_version>

<!-- Insert the comparing URL here.
For example:
[`tag/v3.6.0...cf54361`](https://github.com/tier4/ota-client/compare/v3.6.0...cf54361)
-->

### Bug fix

<!-- List of bug fix PRs if any. -->


### Refinement

<!-- List of refinement PRs if any. -->

### Chore

<!-- List of chore PRs if any. -->

### Deps

<!-- List of deps PRs. -->

0 comments on commit 0d152e0

Please sign in to comment.