Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore] add tag PR template #262

Merged
merged 3 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. -->
Loading