Skip to content

Commit b0076fd

Browse files
authored
Merge pull request #1670 from cncf/subproject-application-template
Subproject Application Issue Template
2 parents 8daea3e + 625e03a commit b0076fd

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
name: 'Subproject Application'
2+
description: Subproject application form
3+
title: '[Subproject Application]:'
4+
labels:
5+
- kind/subproject-application
6+
body:
7+
- type: input
8+
id: subproject-name
9+
attributes:
10+
label: Subproject Name
11+
placeholder: Name of the proposed subproject
12+
validations:
13+
required: true
14+
- type: dropdown
15+
id: parent-group
16+
attributes:
17+
label: Parent Group
18+
description: The Technical Advisory Group (TAG) or the TOC under which this subproject will reside
19+
options:
20+
- TOC or TOC SubProject
21+
- TAG Developer Experience
22+
- TAG Infrastructure
23+
- TAG Operational Resilience
24+
- TAG Security and Compliance
25+
- TAG Workloads Foundation
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: mission-purpose
30+
attributes:
31+
label: Mission/Purpose
32+
placeholder: Describe the core problem or opportunity this subproject aims to address. What value will it bring to the CNCF community and its projects?
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: scope
37+
attributes:
38+
label: Scope
39+
placeholder: Clearly define the boundaries of the subproject. What specific areas will it cover? What is explicitly *out* of scope?
40+
validations:
41+
required: true
42+
- type: textarea
43+
id: goals-and-objectives
44+
attributes:
45+
label: Goals and Objectives
46+
placeholder: List 3-5 specific, measurable, achievable, relevant, and time-bound (SMART) goals for this subproject. Use bullet points or numbered list.
47+
validations:
48+
required: true
49+
- type: textarea
50+
id: proposed-leads
51+
attributes:
52+
label: Proposed Leads
53+
placeholder: Identify the proposed Technical Leads for this subproject. Include their names, affiliations, and a brief description of their relevant experience and why they are suitable for these roles. Use bullet points or numbered list.
54+
validations:
55+
required: true
56+
- type: textarea
57+
id: initial-participants
58+
attributes:
59+
label: Initial Participants/Contributors
60+
placeholder: List any individuals or organizations who have expressed interest in actively contributing to this subproject. Use bullet points or numbered list.
61+
- type: textarea
62+
id: benefits-to-cncf
63+
attributes:
64+
label: Benefits to CNCF
65+
placeholder: Explain the anticipated positive impact of this subproject on CNCF projects and/or the wider cloud native ecosystem.
66+
validations:
67+
required: true
68+
- type: textarea
69+
id: alignment-with-parent
70+
attributes:
71+
label: Alignment with Parent Group
72+
placeholder: Demonstrate the synergy between the proposed subproject and its parent TAG or the TOC.
73+
validations:
74+
required: true
75+
- type: textarea
76+
id: communication-channels
77+
attributes:
78+
label: Proposed Communication Channels
79+
placeholder: Specify the primary communication channels that will be used for this subproject (e.g., Slack channel, mailing list, GitHub repository). Use bullet points or numbered list.
80+
- type: textarea
81+
id: initial-deliverables
82+
attributes:
83+
label: Proposed Initial Deliverables (if applicable)
84+
placeholder: Outline any concrete outputs or results expected in the initial phase of the subproject. Use bullet points or numbered list.
85+
- type: textarea
86+
id: potential-future-work
87+
attributes:
88+
label: Potential Future Work/Evolution
89+
placeholder: Briefly describe how you envision this subproject might evolve over time.
90+
- type: input
91+
id: sponsorship-name
92+
attributes:
93+
label: Sponsoring CNCF Project or TOC Member (if applicable)
94+
placeholder: Name of Sponsoring CNCF Project or TOC Member
95+
- type: textarea
96+
id: additional-information
97+
attributes:
98+
label: Additional Information
99+
placeholder: Include any other relevant details that support this application.

0 commit comments

Comments
 (0)