You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,34 +2,34 @@
2
2
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
3
3
# This file is part of Network Pro
4
4
5
-
name: "✨ Feature Request"
6
-
description: "Suggest new or updated features to include in Network Pro Strategies."
7
-
title: "[Feature]: "
8
-
labels: ["feature"]
9
-
assignees: ["SunDevil311"]
5
+
name: '✨ Feature Request'
6
+
description: 'Suggest new or updated features to include in Network Pro Strategies.'
7
+
title: '[Feature]: '
8
+
labels: ['feature']
9
+
assignees: ['SunDevil311']
10
10
body:
11
11
- type: checkboxes
12
12
attributes:
13
13
label: Prerequisites
14
-
description: "Take a couple minutes to help our maintainers work faster."
14
+
description: 'Take a couple minutes to help our maintainers work faster.'
15
15
options:
16
-
- label: "I have [searched](https://github.com/netwk-pro/netwk-pro.github.io/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues"
16
+
- label: 'I have [searched](https://github.com/netwk-pro/netwk-pro.github.io/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues'
17
17
required: true
18
-
- label: "I have read the [contributing guidelines](https://github.com/netwk-pro/.github/blob/master/.github/CONTRIBUTING.md)"
18
+
- label: 'I have read the [contributing guidelines](https://github.com/netwk-pro/.github/blob/master/.github/CONTRIBUTING.md)'
19
19
required: true
20
20
- type: textarea
21
21
id: proposal
22
22
attributes:
23
23
label: Proposal
24
-
description: "Provide detailed information for what we should add, including relevant links to prior art, screenshots, or live demos whenever possible."
24
+
description: 'Provide detailed information for what we should add, including relevant links to prior art, screenshots, or live demos whenever possible.'
25
25
placeholder: "Describe the feature, how it would work, and why it's valuable."
26
26
validations:
27
27
required: true
28
28
- type: textarea
29
29
id: motivation
30
30
attributes:
31
-
label: "Motivation and context"
32
-
description: "Tell us why this change is needed or helpful, and what problems it may help solve."
33
-
placeholder: "Explain your use case or what this would improve for others."
31
+
label: 'Motivation and context'
32
+
description: 'Tell us why this change is needed or helpful, and what problems it may help solve.'
33
+
placeholder: 'Explain your use case or what this would improve for others.'
0 commit comments