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
+20-67Lines changed: 20 additions & 67 deletions
Original file line number
Diff line number
Diff line change
@@ -2,72 +2,25 @@ name: "\U0001F680 Community Ideas"
2
2
description: "I have an idea or proposal \U0001F4A1!"
3
3
labels: ["needs triage"]
4
4
assignees:
5
-
- "notaphplover"
5
+
- "notaphplover"
6
6
body:
7
-
- type: markdown
8
-
attributes:
9
-
value: |
10
-
## :heart: We would love to hear your ideas and proposals
11
-
12
-
Suggest an idea for a specific feature, product, process, anything you wish to propose to the community for comment and discussion.
13
-
14
-
**NOTE:** If your idea is approved after discussion, you will be asked to provide more technical information until we get an issue to implement it.
15
-
16
-
---
17
-
18
-
- type: checkboxes
19
-
attributes:
20
-
label: "Is there an existing proposal similar to this?"
21
-
description: "Please make sure that your idea is not already proposed otherwise you will be asked to comment on the existing proposal"
22
-
options:
23
-
- label: "I have searched the existing proposals"
24
-
required: true
25
-
26
-
- type: textarea
27
-
validations:
28
-
required: true
29
-
attributes:
30
-
label: "What are you proposing?"
31
-
description: "In a few sentences, describe your idea or proposal"
32
-
placeholder: |
33
-
My idea is ...
34
-
35
-
- type: textarea
36
-
validations:
37
-
required: true
38
-
attributes:
39
-
label: "Is there any specific group of users that will benefit from this?"
40
-
description: "Highlight any research, proposals, requests or anecdotes that signal this is the right thing to build. Include links to GitHub Issues, Forums, Stack Overflow, Twitter, Etc"
41
-
placeholder: |
42
-
I have seen ...
43
-
44
-
- type: textarea
45
-
validations:
46
-
required: true
47
-
attributes:
48
-
label: "What problems are you trying to solve?"
49
-
description: "Describe the problems that this idea or proposal will solve"
50
-
placeholder: |
51
-
I am trying to solve ...
52
-
53
-
- type: textarea
54
-
validations:
55
-
required: true
56
-
attributes:
57
-
label: "Do you have any references or examples that can illustrate your idea?"
58
-
description: "If you have any references or examples that can illustrate your idea, who is using it, and how it is being used, please share them here"
59
-
placeholder: |
60
-
I have seen ...
61
-
62
-
- type: dropdown
63
-
id: idea-type
64
-
validations:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
## :heart: We would love to hear your ideas and proposals
11
+
12
+
Please, submit your idea or proposal in the [monorepo](https://github.com/inversify/monorepo/issues/new?template=feature.yml)
13
+
14
+
Please do not create the issue here, it will be closed.
15
+
---
16
+
17
+
- type: checkboxes
18
+
id: no-post
19
+
attributes:
20
+
label: |
21
+
Please do not submit this issue.
22
+
description: |
23
+
:bangbang: This issue will be closed. :bangbang:
24
+
options:
25
+
- label: I understand
65
26
required: true
66
-
attributes:
67
-
label: "What type of idea is this?"
68
-
description: "Select the type of idea that this is"
69
-
multiple: false
70
-
options:
71
-
- "Innovation: No similar idea exists"
72
-
- "Improvement of existing idea: Similar idea exists but this is an improvement"
73
-
- "Copy of existing idea: Similar idea exists and this is a copy"
0 commit comments