Skip to content

Commit dafb6d0

Browse files
author
zhouxiao.shaw
committed
chore: add pull_request_template and issue template
1 parent f903b91 commit dafb6d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "\U0001F680 New feature proposal"
22
description: Propose a new feature to be added to Module federation
3-
labels: ["enhancement: pending triage"]
3+
labels: ['enhancement: pending triage']
44
body:
55
- type: markdown
66
attributes:
@@ -10,14 +10,14 @@ body:
1010
id: feature-description
1111
attributes:
1212
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!'
1414
validations:
1515
required: true
1616
- type: textarea
1717
id: suggested-solution
1818
attributes:
1919
label: Suggested solution
20-
description: "In module [xy] we could provide following implementation..."
20+
description: 'In module [xy] we could provide following implementation...'
2121
validations:
2222
required: true
2323
- type: textarea

.husky/commit-msg

100644100755
File mode changed.

0 commit comments

Comments
 (0)