Skip to content

Commit b5b3185

Browse files
committed
Update CONTRIBUTING.md
1 parent c187a57 commit b5b3185

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
### Summary
2-
[PLEASE REMOVE] Describe the goal of this PR and any add any relevant context.
2+
[PLEASE REMOVE] Describe the goal of this PR and add any relevant context.
33

44
[PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line.
55

66
[PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label.
77

88
### Test plan
9-
[PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written.
9+
[PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.
10+

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ for basics.
250250
future editor understand how to test the code that you're modifying
251251
today.
252252
- If your PR contains or is representative of a feature/bug fix that should be
253-
called out in the release notes, please add a label for "Release notes: <area>",
254-
where <area> describes which part of ExecuTorch the change pertains to, e.g.
253+
called out in the release notes, please add a label for "Release notes: \<area\>",
254+
where \<area\> describes which part of ExecuTorch the change pertains to, e.g.
255255
"Release notes: runtime". A few of these areas include "runtime", "backends",
256256
and "build". If you aren't sure whether to add a release label, you should
257257
probably still add one since it immensely facilitates release management.

0 commit comments

Comments
 (0)