`doc only` change XXXXX to proper words

This commit is contained in:
Marlene Hirose 2021-11-01 08:45:34 -07:00 коммит произвёл GitHub
Родитель 736f9bba27
Коммит 62cd6602a6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 <Insert bug number here>"
- 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