File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable MD012 -->
2+
13<!--
24Set 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+
511Example:
12+
613fix: 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
You can’t perform that action at this time.
0 commit comments