Skip to content

Commit 38d77bb

Browse files
Create GitHub Issue form template for project onboarding (#103)
1 parent 4e14c77 commit 38d77bb

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
name: Project Onboarding
2+
description: Please fill out the following details to onboard your project.
3+
title: "[Project Onboarding] <Project Name>"
4+
5+
body:
6+
- type: input
7+
id: name
8+
attributes:
9+
label: Project Name
10+
description: The name of your project.
11+
required: true
12+
13+
- type: checkbox
14+
id: is_author
15+
attributes:
16+
label: Are you the author of this project?
17+
required: true
18+
19+
- type: input
20+
id: repository_url
21+
attributes:
22+
label: Repository URL
23+
description: The URL of the project's repository.
24+
required: true
25+
26+
- type: input
27+
id: website_url
28+
attributes:
29+
label: Website URL
30+
description: The URL of the project's website (if any).
31+
required: false
32+
33+
- type: input
34+
id: docs_url
35+
attributes:
36+
label: Documentation URL
37+
description: The URL of the project's documentation (if any).
38+
required: false
39+
40+
- type: checkbox
41+
id: has_contribution_guide
42+
attributes:
43+
label: Does the project have a contribution guide?
44+
required: false
45+
46+
- type: checkbox
47+
id: has_tests
48+
attributes:
49+
label: Does the project have tests?
50+
required: false
51+
52+
- type: checkbox
53+
id: has_automatic_dependency_updates
54+
attributes:
55+
label: Does the project have automatic dependency updates?
56+
required: false
57+
58+
- type: checkbox
59+
id: text_channel_wanted
60+
attributes:
61+
label: Do you want a text channel for the project?
62+
required: false
63+
64+
- type: checkbox
65+
id: support_channel_wanted
66+
attributes:
67+
label: Do you want a support channel for the project?
68+
required: false
69+
70+
- type: checkbox
71+
id: thread_channel_wanted
72+
attributes:
73+
label: Do you want a thread channel for the project?
74+
required: false
75+
76+
- type: checkbox
77+
id: astrolicious_subdomain_wanted
78+
attributes:
79+
label: Do you want an astrolicious subdomain for the project?
80+
required: false
81+
82+
- type: textarea
83+
id: guidance_needed
84+
attributes:
85+
label: Do you need guidance on specific topics?
86+
description: Please specify any topics you need guidance on.
87+
required: false

0 commit comments

Comments
 (0)