diff options
| author | JaeHyuckSa <jaehyuck.sa.dev@gmail.com> | 2026-03-26 00:25:07 +0900 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-25 12:20:58 -0400 |
| commit | f6167b8bc881babd19b67c004e8f37954afc192e (patch) | |
| tree | 6e545aaf7c3992195e40159825bec7604066d941 /.github | |
| parent | 26f8929f16c514bd9967cd78d8dcd7760b82cc92 (diff) | |
Fixed #36993 -- Clarified N/A usage in pull request template for typo fixes.
Signed-off-by: JaeHyuckSa <jaehyuck.sa.dev@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c78347672a..446c6b37e3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ #### Trac ticket number <!-- Replace XXXXX with the corresponding Trac ticket number. --> -<!-- Or delete the line and write "N/A" if this is a trivial PR. --> +<!-- Or delete the line and write "N/A - typo" for typo fixes. --> ticket-XXXXX |
