From 62cd6602a6ffa6f15db9386285d22ecdddad9074 Mon Sep 17 00:00:00 2001 From: Marlene Hirose <92952117+Marlene-M-Hirose@users.noreply.github.com> Date: Mon, 1 Nov 2021 08:45:34 -0700 Subject: [PATCH] `doc only` change XXXXX to proper words --- docs/dev/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/contributing.md b/docs/dev/contributing.md index 16e73637b..87e5d88aa 100644 --- a/docs/dev/contributing.md +++ b/docs/dev/contributing.md @@ -76,7 +76,7 @@ When submitting a PR: - Base your branch off the current `main`. - Add both your code and new tests if relevant. - Please do not include merge commits in pull requests; include only commits with the new relevant code. -- When submitting a PR for a bug, label the PR "Bug XXXXX" +- When submitting a PR for a bug, label the PR "Bug " - When committing a PR and when it makes sense to skip the CI, add in a `doc only` annotation to the commit message ## Code Review