Skip to content

Commit f32ea43

Browse files
Add files via upload
1 parent ca126ae commit f32ea43

File tree

1 file changed

+256
-0
lines changed

1 file changed

+256
-0
lines changed
Lines changed: 256 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
name: C4GT Community Template
2+
description: Create a new Ticket for C4GT Community
3+
title: "[C4GT Community]: "
4+
labels: ["Please add the C4GT Community Label on all tickets that you will list. In addition to this, please add whichever labels best describe your project from this list: C4GT Community, C4GT Coding, C4GT Design, C4GT Mentorship, C4GT Bounty, C4GT Advisory"]
5+
body:
6+
- type: textarea
7+
id: ticket-description
8+
validations:
9+
required: true
10+
attributes:
11+
label: Ticket Contents
12+
value: |
13+
## Description
14+
[Provide a brief project description, outlining the need and measurable goals of the feature to be developed. Kindly, specify the number of users or scale of the product and feature, articulating its anticipated impact and intended use. Kindly also add the bounty amount you are willing to pay in case of this being a bounty ticket. For Design, Mentorship & Advisory tickets, we request you to make a copy of this google form (https://docs.google.com/forms/d/18EPdoqBUFS6lRoQQbRKKjTvzA711nNTdmU8jinKTXWs/edit) in your own drive and attach a link to it in the issue ticket for contributors to fill in. This way you will be able to see all the applications that come in and assign it to the selected contributor.]
15+
16+
- type: textarea
17+
id: ticket-goals
18+
validations:
19+
required: true
20+
attributes:
21+
label: Goals
22+
description: List the goals of the feature.
23+
value: |
24+
## Goals
25+
- [ ] [Goal 1]
26+
- [ ] [Goal 2]
27+
- [ ] [Goal 3]
28+
- [ ] [Goal 4]
29+
- [ ] [Goal 5]
30+
[Kindly, state and link installation guide/ set-up steps (if any) in this section]
31+
32+
- type: textarea
33+
id: ticket-expected-outcome
34+
validations:
35+
required: true
36+
attributes:
37+
label: Expected Outcome
38+
description: Describe in detail what the final product or result should look like and how it should behave.
39+
40+
- type: textarea
41+
id: ticket-acceptance-criteria
42+
attributes:
43+
label: Acceptance Criteria
44+
description: List the acceptance criteria for this feature.
45+
46+
- type: textarea
47+
id: ticket-implementation-details
48+
validations:
49+
required: true
50+
attributes:
51+
label: Implementation Details
52+
description: List any technical details about the proposed implementation, including any specific technologies that will be used.
53+
54+
- type: textarea
55+
id: ticket-mockups
56+
attributes:
57+
label: Mockups/Wireframes
58+
description: Include links to any visual aids, mockups, wireframes, or diagrams that help illustrate what the final product should look like. This is not always necessary, but can be very helpful in many cases.
59+
60+
- type: input
61+
id: ticket-product
62+
attributes:
63+
label: Product Name
64+
placeholder: Enter Product Name
65+
validations:
66+
required: true
67+
68+
- type: dropdown
69+
id: ticket-organisation
70+
attributes:
71+
label: Organisation Name
72+
description: Enter Organisation Name
73+
multiple: false
74+
options:
75+
- C4GT
76+
- Dhiway
77+
- FIDE
78+
- SamagraX
79+
- ShikshaLokam
80+
- Tech4Dev
81+
- Tibil
82+
- ONDC
83+
- ONEST
84+
validations:
85+
required: true
86+
87+
- type: input
88+
id: ticket-governance-domain
89+
attributes:
90+
label: Domain
91+
placeholder: Enter Area of Governance
92+
93+
- type: dropdown
94+
id: ticket-technical-skills-required
95+
attributes:
96+
label: Tech Skills Needed
97+
description: Select the technologies needed for this ticket (use Ctrl or Command to select multiple)
98+
multiple: true
99+
options:
100+
- .NET
101+
- Agile
102+
- Angular
103+
- Artificial Intelligence
104+
- ASP.NET
105+
- AWS
106+
- Babel
107+
- Bootstrap
108+
- C#
109+
- Chart.js
110+
- CI/CD
111+
- Computer Vision
112+
- CORS
113+
- cURL
114+
- Cypress
115+
- D3.js
116+
- Database
117+
- Debugging
118+
- Design
119+
- DevOps
120+
- Django
121+
- Docker
122+
- Electron
123+
- ESLint
124+
- Express.js
125+
- Feature
126+
- Flask
127+
- Go
128+
- GraphQL
129+
- HTML
130+
- Ionic
131+
- Jest
132+
- Java
133+
- JavaScript
134+
- Jenkins
135+
- JWT
136+
- Kubernetes
137+
- Laravel
138+
- Machine Learning
139+
- Maintenance
140+
- Markdown
141+
- Material-UI
142+
- Microservices
143+
- MongoDB
144+
- Mobile
145+
- Mockups
146+
- Mocha
147+
- Natural Language Processing
148+
- NestJS
149+
- Node.js
150+
- NUnit
151+
- OAuth
152+
- Performance Improvement
153+
- Prettier
154+
- Python
155+
- Question
156+
- React
157+
- React Native
158+
- Redux
159+
- RESTful APIs
160+
- Ruby
161+
- Ruby on Rails
162+
- Rust
163+
- Scala
164+
- Security
165+
- Selenium
166+
- SEO
167+
- Serverless
168+
- Solidity
169+
- Spring Boot
170+
- SQL
171+
- Swagger
172+
- Tailwind CSS
173+
- Test
174+
- Testing Library
175+
- Three.js
176+
- TypeScript
177+
- UI/UX/Design
178+
- Virtual Reality
179+
- Vue.js
180+
- WebSockets
181+
- Webpack
182+
- Other
183+
validations:
184+
required: true
185+
186+
- type: textarea
187+
id: ticketorg-mentors
188+
attributes:
189+
label: Organizational Mentor
190+
description: Please tag relevant mentors for the ticket
191+
validations:
192+
required: true
193+
194+
- type: textarea
195+
id: ticketangel-mentors
196+
attributes:
197+
label: Angel Mentor
198+
description: Please tag relevant mentors for the ticket
199+
validations:
200+
required: false
201+
202+
- type: dropdown
203+
id: ticket-complexity
204+
attributes:
205+
label: Complexity
206+
description: Choose a complexity describing the complexity of your ticket
207+
multiple: false
208+
options:
209+
- Low
210+
- Medium
211+
- High
212+
validations:
213+
required: true
214+
215+
- type: dropdown
216+
id: ticket-category
217+
attributes:
218+
label: Category
219+
description: Choose the categories that best describe your ticket
220+
multiple: true
221+
options:
222+
- API
223+
- Analytics
224+
- Accessibility
225+
- Backend
226+
- Breaking Change
227+
- Beginner Friendly
228+
- Configuration
229+
- CI/CD
230+
- Database
231+
- Data Science
232+
- Deprecation
233+
- Documentation
234+
- Delpoyment
235+
- Frontend
236+
- Internationalization
237+
- Localization
238+
- Machine Learning
239+
- Maintenance
240+
- Mobile
241+
- Performance Improvement
242+
- Question
243+
- Refactoring
244+
- Research
245+
- Needs Reproduction
246+
- SEO
247+
- Security
248+
- Testing
249+
- Other
250+
validations:
251+
required: true
252+
253+
254+
255+
256+

0 commit comments

Comments
 (0)