Skip to content

Commit

Permalink
chore: add pull request template (streamnative/pulsar-admin-go#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Xu <xuhuan@live.cn>
  • Loading branch information
maxsxu authored and tisonkun committed Aug 15, 2023
1 parent 96a43a2 commit 9d624d9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pulsaradmin/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!--
## Contribution Checklist
- Use [conventional commit message](https://www.conventionalcommits.org/en/v1.0.0/).
- PR title format should also conform to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
- More details in [CONTRIBUTING.md](../CONTRIBUTING.md)
-->


<!-- Does this PR fix an issue -->

Fixes #TODO

## Motivation

<!-- TODO: Say why you made your changes. -->

## Modifications

<!-- TODO: Say what changes you made. -->

## Verification

<!-- TODO: Say how you tested your changes. -->
1 change: 1 addition & 0 deletions pulsaradmin/.licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ header:
- '**/go.sum'
- 'LICENSE'
- 'NOTICE'
- PULL_REQUEST_TEMPLATE.md

comment: on-failure

0 comments on commit 9d624d9

Please sign in to comment.