From 1c0ca3c744dd5761d424d19c9cdcccc569dfe34c Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 26 Oct 2021 12:07:44 -0700 Subject: [PATCH] docs: add `ci` and `perf` tags for commit (#15215) --- docs/developer-guide/contributing/pull-requests.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer-guide/contributing/pull-requests.md b/docs/developer-guide/contributing/pull-requests.md index 876455a5908..9c6f62fff63 100644 --- a/docs/developer-guide/contributing/pull-requests.md +++ b/docs/developer-guide/contributing/pull-requests.md @@ -70,6 +70,8 @@ The `tag` is one of the following: * `build` - changes to build process only. * `refactor` - a change that doesn't affect APIs or user experience. * `test` - just changes to test files. +* `ci` - changes to our CI configuration files and scripts. +* `perf` - a code change that improves performance. Use the [labels of the issue you are working on](working-on-issues.md#issue-labels) to determine the best tag.