Skip to content

Commit 17c1f5b

Browse files
chore: Update GitHub pull-request template to the latest from y-scope/public-repo-template. (#10)
1 parent e258176 commit 17c1f5b

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
1-
# References
2-
<!-- Any issues or pull requests relevant to this pull request -->
1+
<!-- markdownlint-disable MD012 -->
2+
3+
<!--
4+
Set the PR title to a meaningful commit message that:
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+
11+
Example:
12+
13+
fix: Don't add implicit wildcards ('*') at the beginning and the end of a query (fixes #390).
14+
-->
315

416
# Description
5-
<!-- Describe what this request will change/fix and provide any details necessary for reviewers -->
17+
18+
<!-- Describe what this request will change/fix and provide any details necessary for reviewers. -->
19+
20+
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.
630

731
# Validation performed
8-
<!-- What tests and validation you performed on the change -->
32+
33+
<!-- 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)