Skip to content

Commit 2e0af59

Browse files
chore: Update GitHub pull-request template to the latest from y-scope/public-repo-template. (#24)
1 parent 48625b9 commit 2e0af59

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
1+
<!-- markdownlint-disable MD012 -->
2+
13
<!--
24
Set the PR title to a meaningful commit message that:
3-
- follows the Conventional Commits specification (https://www.conventionalcommits.org).
4-
- is in imperative form.
5+
6+
* is in imperative form.
7+
* follows the Conventional Commits specification (https://www.conventionalcommits.org).
8+
* See https://github.com/commitizen/conventional-commit-types/blob/master/index.json for possible
9+
types.
10+
511
Example:
12+
613
fix: Don't add implicit wildcards ('*') at the beginning and the end of a query (fixes #390).
714
-->
815

916
# Description
17+
1018
<!-- Describe what this request will change/fix and provide any details necessary for reviewers. -->
1119

1220

21+
22+
# Checklist
23+
24+
<!-- Ensure each item below is satisfied and indicate so by inserting an `x` within each `[ ]`. -->
25+
26+
* [ ] The PR satisfies the [contribution guidelines][yscope-contrib-guidelines].
27+
* [ ] This is a breaking change and that has been indicated in the PR title, OR this isn't a
28+
breaking change.
29+
* [ ] Necessary docs have been updated, OR no docs need to be updated.
30+
1331
# Validation performed
32+
1433
<!-- Describe what tests and validation you performed on the change. -->
34+
35+
36+
37+
[yscope-contrib-guidelines]: https://docs.yscope.com/dev-guide/contrib-guides-overview.html

0 commit comments

Comments
 (0)