Skip to content

Commit 2a8a5c7

Browse files
authored
Add project require issue (#9)
Signed-off-by: kerthcet <[email protected]>
1 parent 29e2c92 commit 2a8a5c7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE/project.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: New Project Request
2+
description: Request to create a new project to InftyAI Community
3+
labels: [ "documentation" ]
4+
title: "REQUEST: New project named <project-name>"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for filling out this project request!
10+
- id: project
11+
type: input
12+
attributes:
13+
label: Project Name
14+
placeholder: e.g. @example_project
15+
validations:
16+
required: true
17+
- id: reasons
18+
type: textarea
19+
attributes:
20+
label: The rationality for creating this project
21+
validations:
22+
required: true
23+
- id: maintainers
24+
type: textarea
25+
attributes:
26+
label: The maintainers of this project
27+
placeholder: |
28+
- Approvers
29+
- Reviewers
30+
validations:
31+
required: true

0 commit comments

Comments
 (0)