File tree Expand file tree Collapse file tree 1 file changed +33
-4
lines changed
Expand file tree Collapse file tree 1 file changed +33
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments