PR template: wrap paths in backticks for consistency

This commit is contained in:
Vincent Ging Ho Yim 2025-05-14 15:54:04 +10:00
parent 2d79c6431d
commit 3be6efa6c9

View File

@ -12,7 +12,8 @@ Note that you need to sign Google's CLA to contribute.
# Checklist
If applicable:
- [ ] I have updated `CHANGELOG.md`
- [ ] I have updated the documentation (README.md, docs/, demos/)
- [ ] I have updated the config schema (cli/src/config-schema.json)
- [ ] I have updated the documentation (`README.md`, `docs/`, `demos/`)
- [ ] I have updated the config schema (`cli/src/config-schema.json`)
- [ ] I have added tests to cover my changes