Skip to content

Commit d3ae67c

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Fixes in github issues template. (#4147)
Summary: Pull Request resolved: #4147 Reviewed By: dbort Differential Revision: D59340632 fbshipit-source-id: 70f932edfd2ac38f8f58de88dcabdfc7308735d1
1 parent 8bd51ea commit d3ae67c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: 📚 Documentation
2-
description: Report an issue related to https://pytorch.org/executorch/stable/index.html
2+
description: Report an issue related to https://pytorch.org/executorch/
33

44
body:
55
- type: textarea
66
attributes:
77
label: 📚 The doc issue
88
description: >
9-
A clear and concise description of what content in https://pytorch.org/executorch/stable/index.html is an issue.
9+
A clear and concise description of what content in https://pytorch.org/executorch/ is an issue. Please include the URL to the page or pages with the problem.
1010
validations:
1111
required: true
1212
- type: textarea
1313
attributes:
1414
label: Suggest a potential alternative/fix
1515
description: >
16-
Tell us how we could improve the documentation in this regard.
16+
Tell us how we could improve the documentation.
1717
- type: markdown
1818
attributes:
1919
value: >

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ body:
66
attributes:
77
label: 🚀 The feature, motivation and pitch
88
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 here too.
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.
1010
validations:
1111
required: true
1212
- type: textarea
1313
attributes:
1414
label: Alternatives
1515
description: >
16-
A description of any alternative solutions or features you've considered, if any.
16+
A description of alternative solutions or features you've considered, if any.
1717
- type: textarea
1818
attributes:
1919
label: Additional context
@@ -23,7 +23,7 @@ body:
2323
attributes:
2424
label: RFC (Optional)
2525
description: >
26-
Explain the design in enough detail.
26+
Explain the design in enough detail for others to understand the problem, scope, and proposed solution.
2727
- type: markdown
2828
attributes:
2929
value: >

0 commit comments

Comments
 (0)