Skip to content

Commit 9df2db0

Browse files
authored
Add categories
1 parent b5b3185 commit 9df2db0

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,17 @@ for basics.
252252
- If your PR contains or is representative of a feature/bug fix that should be
253253
called out in the release notes, please add a label for "Release notes: \<area\>",
254254
where \<area\> describes which part of ExecuTorch the change pertains to, e.g.
255-
"Release notes: runtime". A few of these areas include "runtime", "backends",
256-
and "build". If you aren't sure whether to add a release label, you should
257-
probably still add one since it immensely facilitates release management.
255+
"Release notes: runtime". Here are all of the categories:
256+
- `Release notes: runtime`: changes related to the core runtime which loads the program methods, initializes delegates, and runs the lowered graph.
257+
- `Release notes: exir`: changes to any internal representations, such as an edge-related dialects. Also any changes to passes that may modify the exir, such as memory planning.
258+
- `Release notes: quantization`: changes to quantization.
259+
- `Release notes: ops & kernels`: changes to the opset and any new / changed kernel implementations.
260+
- `Release notes: api`: changes to public facing apis (any interfaces, pybinded runtime methods, etc.).
261+
- `Release notes: backends`: changes to any of the backend delegates.
262+
- `Release notes: build`: changes related to the build system, including major dependency upgrades, notable build flags, optimizations, etc.
263+
- `Release notes: SDK`: changes to any of ExecuTorch's SDKs, for example the debugger & profiler.
264+
- `Release notes: examples`: changes to any of our example LLMs integrations, such as Llama3 and Llava.
265+
- `Release notes: misc`: anything notable that doesn't belong in the above categories.
258266
- See https://github.com/pytorch/executorch/pull/3612 for an example PR that
259267
follows this advice.
260268
1. Before asking for a review, ensure that all [CI (continuous integration)

0 commit comments

Comments
 (0)