Skip to content

Commit df44d81

Browse files
authored
Create DMP_2024.yml
1 parent 1f094fe commit df44d81

File tree

1 file changed

+264
-0
lines changed

1 file changed

+264
-0
lines changed

.github/ISSUE_TEMPLATE/DMP_2024.yml

+264
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,264 @@
1+
name: DMP 2024 Project Template
2+
description: List a new project for Dedicated Mentoring Program (DMP) 2024
3+
title: "[DMP 2024]: "
4+
labels: ["DMP 2024"]
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 description of the feature, including why it is needed and what it will accomplish.]
15+
16+
- type: textarea
17+
id: ticket-goals
18+
validations:
19+
required: true
20+
attributes:
21+
label: Goals & Mid-Point Milestone
22+
description: List the goals of the feature. Please add the goals that must be achieved by Mid-point check-in i.e 1.5 months into the coding period.
23+
value: |
24+
## Goals
25+
- [ ] [Goal 1]
26+
- [ ] [Goal 2]
27+
- [ ] [Goal 3]
28+
- [ ] [Goal 4]
29+
- [ ] [Goals Achieved By Mid-point Milestone]
30+
31+
- type: textarea
32+
id: ticket-setup
33+
attributes:
34+
label: Setup/Installation
35+
description: Please list or link setup or installation guide (if any)
36+
37+
- type: textarea
38+
id: ticket-expected-outcome
39+
attributes:
40+
label: Expected Outcome
41+
description: Describe in detail what the final product or result should look like and how it should behave.
42+
43+
- type: textarea
44+
id: ticket-acceptance-criteria
45+
attributes:
46+
label: Acceptance Criteria
47+
description: List the acceptance criteria for this feature.
48+
49+
- type: textarea
50+
id: ticket-implementation-details
51+
validations:
52+
required: true
53+
attributes:
54+
label: Implementation Details
55+
description: List any technical details about the proposed implementation, including any specific technologies that will be used.
56+
57+
- type: textarea
58+
id: ticket-mockups
59+
attributes:
60+
label: Mockups/Wireframes
61+
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.
62+
63+
- type: input
64+
id: ticket-product
65+
attributes:
66+
label: Product Name
67+
placeholder: Enter Product Name
68+
validations:
69+
required: true
70+
71+
- type: dropdown
72+
id: ticket-organisation
73+
attributes:
74+
label: Organisation Name
75+
description: Enter Organisation Name
76+
multiple: false
77+
options:
78+
- Bandhu
79+
- Belongg
80+
- Blockster Global (CREDBEL)
81+
- Civis
82+
- Dhwani
83+
- Dhiway
84+
- EGov
85+
- EkShop Marketplace
86+
- FIDE
87+
- If Me
88+
- Key Education Foundation
89+
- Norwegian Meteorological Institute
90+
- Planet Read
91+
- Project Second Chance
92+
- Reap Benefit
93+
- SamagraX
94+
- ShikshaLokam
95+
- Tech4Dev
96+
- Tekdi
97+
- The Mifos Initiative
98+
- Tibil
99+
- Ushahidi
100+
- Arghyam
101+
- Piramal Swasthya Management Research Institute
102+
- Belongg AI
103+
validations:
104+
required: true
105+
106+
- type: dropdown
107+
id: ticket-governance-domain
108+
attributes:
109+
label: Domain
110+
options:
111+
- ⁠Healthcare
112+
- ⁠Education
113+
- Financial Inclusion
114+
- ⁠Livelihoods
115+
- ⁠Skilling
116+
- ⁠Learning & Development
117+
- ⁠Agriculture
118+
- ⁠Service Delivery
119+
- Open Source Library
120+
- Water
121+
validations:
122+
required: true
123+
124+
125+
- type: dropdown
126+
id: ticket-technical-skills-required
127+
attributes:
128+
label: Tech Skills Needed
129+
description: Select the technologies needed for this ticket (use Ctrl or Command to select multiple)
130+
multiple: true
131+
options:
132+
- .NET
133+
- Angular
134+
- Artificial Intelligence
135+
- ASP.NET
136+
- AWS
137+
- Babel
138+
- Bootstrap
139+
- C#
140+
- Chart.js
141+
- CI/CD
142+
- Computer Vision
143+
- CORS
144+
- cURL
145+
- Cypress
146+
- D3.js
147+
- Database
148+
- Debugging
149+
- Design
150+
- DevOps
151+
- Django
152+
- Docker
153+
- Electron
154+
- ESLint
155+
- Express.js
156+
- Feature
157+
- Flask
158+
- Go
159+
- GraphQL
160+
- HTML
161+
- Ionic
162+
- Jest
163+
- Java
164+
- JavaScript
165+
- Jenkins
166+
- JWT
167+
- Kubernetes
168+
- Laravel
169+
- Machine Learning
170+
- Maintenance
171+
- Markdown
172+
- Material-UI
173+
- Microservices
174+
- MongoDB
175+
- Mobile
176+
- Mockups
177+
- Mocha
178+
- Natural Language Processing
179+
- NestJS
180+
- Node.js
181+
- NUnit
182+
- OAuth
183+
- Performance Improvement
184+
- Prettier
185+
- Python
186+
- Question
187+
- React
188+
- React Native
189+
- Redux
190+
- RESTful APIs
191+
- Ruby
192+
- Ruby on Rails
193+
- Rust
194+
- Scala
195+
- Security
196+
- Selenium
197+
- SEO
198+
- Serverless
199+
- Solidity
200+
- Spring Boot
201+
- SQL
202+
- Swagger
203+
- Tailwind CSS
204+
- Test
205+
- Testing Library
206+
- Three.js
207+
- TypeScript
208+
- UI/UX/Design
209+
- Virtual Reality
210+
- Vue.js
211+
- WebSockets
212+
- Webpack
213+
- Other
214+
validations:
215+
required: true
216+
217+
- type: textarea
218+
id: ticket-mentors
219+
attributes:
220+
label: Mentor(s)
221+
description: Please tag relevant mentors for the ticket
222+
validations:
223+
required: true
224+
225+
- type: dropdown
226+
id: ticket-category
227+
attributes:
228+
label: Category
229+
description: Choose the categories that best describe your ticket
230+
multiple: true
231+
options:
232+
- API
233+
- Analytics
234+
- Accessibility
235+
- Backend
236+
- Breaking Change
237+
- Beginner Friendly
238+
- Configuration
239+
- CI/CD
240+
- Database
241+
- Data Science
242+
- Deprecation
243+
- Documentation
244+
- Delpoyment
245+
- Frontend
246+
- Internationalization
247+
- Localization
248+
- Machine Learning
249+
- Maintenance
250+
- Mobile
251+
- Performance Improvement
252+
- Question
253+
- Refactoring
254+
- Research
255+
- Needs Reproduction
256+
- SEO
257+
- Security
258+
- Testing
259+
- AI
260+
- Other
261+
validations:
262+
required: true
263+
264+

0 commit comments

Comments
 (0)