• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: �� Feature request
2description: Submit a proposal/request for a new ExecuTorch feature
3
4body:
5- type: textarea
6  attributes:
7    label: �� The feature, motivation and pitch
8    description: >
9      A clear and concise description of the feature proposal. Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link to it here too.
10  validations:
11    required: true
12- type: textarea
13  attributes:
14    label: Alternatives
15    description: >
16      A description of alternative solutions or features you've considered, if any.
17- type: textarea
18  attributes:
19    label: Additional context
20    description: >
21      Add any other context or screenshots about the feature request.
22- type: textarea
23  attributes:
24    label: RFC (Optional)
25    description: >
26      Explain the design in enough detail for others to understand the problem, scope, and proposed solution.
27- type: markdown
28  attributes:
29    value: >
30      Thanks for contributing ��!
31