We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci
perf
1 parent 67949bd commit 1c0ca3cCopy full SHA for 1c0ca3c
1 file changed
docs/developer-guide/contributing/pull-requests.md
@@ -70,6 +70,8 @@ The `tag` is one of the following:
70
* `build` - changes to build process only.
71
* `refactor` - a change that doesn't affect APIs or user experience.
72
* `test` - just changes to test files.
73
+* `ci` - changes to our CI configuration files and scripts.
74
+* `perf` - a code change that improves performance.
75
76
Use the [labels of the issue you are working on](working-on-issues.md#issue-labels) to determine the best tag.
77
0 commit comments