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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: "\U0001F680 New feature proposal"
2
2
description: Propose a new feature to be added to Module federation
3
-
labels: ["enhancement: pending triage"]
3
+
labels: ['enhancement: pending triage']
4
4
body:
5
5
- type: markdown
6
6
attributes:
@@ -10,14 +10,14 @@ body:
10
10
id: feature-description
11
11
attributes:
12
12
label: Clear and concise description of the problem
13
-
description: "As a developer using Module federation I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!"
13
+
description: 'As a developer using Module federation I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
14
14
validations:
15
15
required: true
16
16
- type: textarea
17
17
id: suggested-solution
18
18
attributes:
19
19
label: Suggested solution
20
-
description: "In module [xy] we could provide following implementation..."
20
+
description: 'In module [xy] we could provide following implementation...'
0 commit comments