We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b294157 commit e8eb0f4Copy full SHA for e8eb0f4
.github/ISSUE_TEMPLATE/removal.md
.github/ISSUE_TEMPLATE/removal.yml
@@ -0,0 +1,21 @@
1
+name: Removal
2
+description: Do you believe a project should be removed from this list?
3
+title: Remove <Project name>
4
+assignees:
5
+ - FabulousCodingFox
6
+labels:
7
+ - removal
8
+body:
9
+ - type: input
10
+ id: project-name
11
+ attributes:
12
+ label: Project name
13
+ validations:
14
+ required: true
15
+ - type: textarea
16
+ id: reason
17
18
+ label: Reason
19
+ description: Please let us know why you believe this project should be removed.
20
21
0 commit comments