From b212bbc8bc9e2d8535a33ca09dc3d386e66cefe2 Mon Sep 17 00:00:00 2001 From: Surya Bulusu Date: Wed, 26 Jun 2024 11:57:16 +0530 Subject: [PATCH 1/5] adds dmp 2024 issue template --- .github/ISSUE_TEMPLATE/DMP_2024.yml | 262 ++++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/DMP_2024.yml diff --git a/.github/ISSUE_TEMPLATE/DMP_2024.yml b/.github/ISSUE_TEMPLATE/DMP_2024.yml new file mode 100644 index 0000000..81039d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/DMP_2024.yml @@ -0,0 +1,262 @@ +name: DMP 2024 Project Template +description: List a new project for Dedicated Mentoring Program (DMP) 2024 +title: "[DMP 2024]: " +labels: ["DMP 2024"] +body: + - type: textarea + id: ticket-description + validations: + required: true + attributes: + label: Ticket Contents + value: | + ## Description + [Provide a brief description of the feature, including why it is needed and what it will accomplish.] + + - type: textarea + id: ticket-goals + validations: + required: true + attributes: + label: Goals & Mid-Point Milestone + 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. + value: | + ## Goals + - [ ] [Goal 1] + - [ ] [Goal 2] + - [ ] [Goal 3] + - [ ] [Goal 4] + - [ ] [Goals Achieved By Mid-point Milestone] + + - type: textarea + id: ticket-setup + attributes: + label: Setup/Installation + description: Please list or link setup or installation guide (if any) + + - type: textarea + id: ticket-expected-outcome + attributes: + label: Expected Outcome + description: Describe in detail what the final product or result should look like and how it should behave. + + - type: textarea + id: ticket-acceptance-criteria + attributes: + label: Acceptance Criteria + description: List the acceptance criteria for this feature. + + - type: textarea + id: ticket-implementation-details + validations: + required: true + attributes: + label: Implementation Details + description: List any technical details about the proposed implementation, including any specific technologies that will be used. + + - type: textarea + id: ticket-mockups + attributes: + label: Mockups/Wireframes + 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. + + - type: input + id: ticket-product + attributes: + label: Product Name + placeholder: Enter Product Name + validations: + required: true + + - type: dropdown + id: ticket-organisation + attributes: + label: Organisation Name + description: Enter Organisation Name + multiple: false + options: + - Bandhu + - Blockster Global (CREDBEL) + - Civis + - Dhwani + - Dhiway + - EGov + - EkShop Marketplace + - FIDE + - If Me + - Key Education Foundation + - Norwegian Meteorological Institute + - Planet Read + - Project Second Chance + - Reap Benefit + - SamagraX + - ShikshaLokam + - Tech4Dev + - Tekdi + - The Mifos Initiative + - Tibil + - Ushahidi + - Arghyam + - Piramal Swasthya Management Research Institute + validations: + required: true + + - type: dropdown + id: ticket-governance-domain + attributes: + label: Domain + options: + - ⁠Healthcare + - ⁠Education + - Financial Inclusion + - ⁠Livelihoods + - ⁠Skilling + - ⁠Learning & Development + - ⁠Agriculture + - ⁠Service Delivery + - Open Source Library + - Water + validations: + required: true + + + - type: dropdown + id: ticket-technical-skills-required + attributes: + label: Tech Skills Needed + description: Select the technologies needed for this ticket (use Ctrl or Command to select multiple) + multiple: true + options: + - .NET + - Angular + - Artificial Intelligence + - ASP.NET + - AWS + - Babel + - Bootstrap + - C# + - Chart.js + - CI/CD + - Computer Vision + - CORS + - cURL + - Cypress + - D3.js + - Database + - Debugging + - Design + - DevOps + - Django + - Docker + - Electron + - ESLint + - Express.js + - Feature + - Flask + - Go + - GraphQL + - HTML + - Ionic + - Jest + - Java + - JavaScript + - Jenkins + - JWT + - Kubernetes + - Laravel + - Machine Learning + - Maintenance + - Markdown + - Material-UI + - Microservices + - MongoDB + - Mobile + - Mockups + - Mocha + - Natural Language Processing + - NestJS + - Node.js + - NUnit + - OAuth + - Performance Improvement + - Prettier + - Python + - Question + - React + - React Native + - Redux + - RESTful APIs + - Ruby + - Ruby on Rails + - Rust + - Scala + - Security + - Selenium + - SEO + - Serverless + - Solidity + - Spring Boot + - SQL + - Swagger + - Tailwind CSS + - Test + - Testing Library + - Three.js + - TypeScript + - UI/UX/Design + - Virtual Reality + - Vue.js + - WebSockets + - Webpack + - Other + validations: + required: true + + - type: textarea + id: ticket-mentors + attributes: + label: Mentor(s) + description: Please tag relevant mentors for the ticket + validations: + required: true + + - type: dropdown + id: ticket-category + attributes: + label: Category + description: Choose the categories that best describe your ticket + multiple: true + options: + - API + - Analytics + - Accessibility + - Backend + - Breaking Change + - Beginner Friendly + - Configuration + - CI/CD + - Database + - Data Science + - Deprecation + - Documentation + - Delpoyment + - Frontend + - Internationalization + - Localization + - Machine Learning + - Maintenance + - Mobile + - Performance Improvement + - Question + - Refactoring + - Research + - Needs Reproduction + - SEO + - Security + - Testing + - AI + - Other + validations: + required: true + + From 274203222f7893b4506261bd1a57de64c780e521 Mon Sep 17 00:00:00 2001 From: Surya Bulusu Date: Wed, 26 Jun 2024 12:00:45 +0530 Subject: [PATCH 2/5] Update DMP_2024.yml --- .github/ISSUE_TEMPLATE/DMP_2024.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/DMP_2024.yml b/.github/ISSUE_TEMPLATE/DMP_2024.yml index 81039d2..3aff06c 100644 --- a/.github/ISSUE_TEMPLATE/DMP_2024.yml +++ b/.github/ISSUE_TEMPLATE/DMP_2024.yml @@ -76,6 +76,7 @@ body: multiple: false options: - Bandhu + - Avanti Fellows - Blockster Global (CREDBEL) - Civis - Dhwani From 7fe852c653c8b1344707b50a75baf476309cda93 Mon Sep 17 00:00:00 2001 From: ankurcdoshi Date: Mon, 1 Jul 2024 19:33:11 +0530 Subject: [PATCH 3/5] Corrected staging command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74e140c..e461374 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ You can access the web app at `http://localhost:8080/quiz/{quizId}?userId={userI - Run the following command ``` -npm run build --mode staging +npm run build -- --mode staging ``` #### Production From 31f51c1f2f1b9d32c9460215774614c54f1cbf67 Mon Sep 17 00:00:00 2001 From: ankurcdoshi Date: Tue, 2 Jul 2024 14:28:16 +0530 Subject: [PATCH 4/5] Pre-commit - trailing white space & end of file issues fixed --- .github/ISSUE_TEMPLATE/DMP_2024.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/DMP_2024.yml b/.github/ISSUE_TEMPLATE/DMP_2024.yml index 3aff06c..82ff2e4 100644 --- a/.github/ISSUE_TEMPLATE/DMP_2024.yml +++ b/.github/ISSUE_TEMPLATE/DMP_2024.yml @@ -1,5 +1,5 @@ name: DMP 2024 Project Template -description: List a new project for Dedicated Mentoring Program (DMP) 2024 +description: List a new project for Dedicated Mentoring Program (DMP) 2024 title: "[DMP 2024]: " labels: ["DMP 2024"] body: @@ -31,7 +31,7 @@ body: - type: textarea id: ticket-setup attributes: - label: Setup/Installation + label: Setup/Installation description: Please list or link setup or installation guide (if any) - type: textarea @@ -107,11 +107,11 @@ body: attributes: label: Domain options: - - ⁠Healthcare + - ⁠Healthcare - ⁠Education - Financial Inclusion - ⁠Livelihoods - - ⁠Skilling + - ⁠Skilling - ⁠Learning & Development - ⁠Agriculture - ⁠Service Delivery @@ -223,7 +223,7 @@ body: - type: dropdown id: ticket-category - attributes: + attributes: label: Category description: Choose the categories that best describe your ticket multiple: true @@ -259,5 +259,3 @@ body: - Other validations: required: true - - From 36d9476f1ce185bd70c2be453af3fc3bcae6901e Mon Sep 17 00:00:00 2001 From: Surya Bulusu Date: Tue, 2 Jul 2024 17:09:49 +0530 Subject: [PATCH 5/5] deleted dmp 2024 --- .github/ISSUE_TEMPLATE/DMP_2024.yml | 261 ---------------------------- 1 file changed, 261 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/DMP_2024.yml diff --git a/.github/ISSUE_TEMPLATE/DMP_2024.yml b/.github/ISSUE_TEMPLATE/DMP_2024.yml deleted file mode 100644 index 82ff2e4..0000000 --- a/.github/ISSUE_TEMPLATE/DMP_2024.yml +++ /dev/null @@ -1,261 +0,0 @@ -name: DMP 2024 Project Template -description: List a new project for Dedicated Mentoring Program (DMP) 2024 -title: "[DMP 2024]: " -labels: ["DMP 2024"] -body: - - type: textarea - id: ticket-description - validations: - required: true - attributes: - label: Ticket Contents - value: | - ## Description - [Provide a brief description of the feature, including why it is needed and what it will accomplish.] - - - type: textarea - id: ticket-goals - validations: - required: true - attributes: - label: Goals & Mid-Point Milestone - 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. - value: | - ## Goals - - [ ] [Goal 1] - - [ ] [Goal 2] - - [ ] [Goal 3] - - [ ] [Goal 4] - - [ ] [Goals Achieved By Mid-point Milestone] - - - type: textarea - id: ticket-setup - attributes: - label: Setup/Installation - description: Please list or link setup or installation guide (if any) - - - type: textarea - id: ticket-expected-outcome - attributes: - label: Expected Outcome - description: Describe in detail what the final product or result should look like and how it should behave. - - - type: textarea - id: ticket-acceptance-criteria - attributes: - label: Acceptance Criteria - description: List the acceptance criteria for this feature. - - - type: textarea - id: ticket-implementation-details - validations: - required: true - attributes: - label: Implementation Details - description: List any technical details about the proposed implementation, including any specific technologies that will be used. - - - type: textarea - id: ticket-mockups - attributes: - label: Mockups/Wireframes - 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. - - - type: input - id: ticket-product - attributes: - label: Product Name - placeholder: Enter Product Name - validations: - required: true - - - type: dropdown - id: ticket-organisation - attributes: - label: Organisation Name - description: Enter Organisation Name - multiple: false - options: - - Bandhu - - Avanti Fellows - - Blockster Global (CREDBEL) - - Civis - - Dhwani - - Dhiway - - EGov - - EkShop Marketplace - - FIDE - - If Me - - Key Education Foundation - - Norwegian Meteorological Institute - - Planet Read - - Project Second Chance - - Reap Benefit - - SamagraX - - ShikshaLokam - - Tech4Dev - - Tekdi - - The Mifos Initiative - - Tibil - - Ushahidi - - Arghyam - - Piramal Swasthya Management Research Institute - validations: - required: true - - - type: dropdown - id: ticket-governance-domain - attributes: - label: Domain - options: - - ⁠Healthcare - - ⁠Education - - Financial Inclusion - - ⁠Livelihoods - - ⁠Skilling - - ⁠Learning & Development - - ⁠Agriculture - - ⁠Service Delivery - - Open Source Library - - Water - validations: - required: true - - - - type: dropdown - id: ticket-technical-skills-required - attributes: - label: Tech Skills Needed - description: Select the technologies needed for this ticket (use Ctrl or Command to select multiple) - multiple: true - options: - - .NET - - Angular - - Artificial Intelligence - - ASP.NET - - AWS - - Babel - - Bootstrap - - C# - - Chart.js - - CI/CD - - Computer Vision - - CORS - - cURL - - Cypress - - D3.js - - Database - - Debugging - - Design - - DevOps - - Django - - Docker - - Electron - - ESLint - - Express.js - - Feature - - Flask - - Go - - GraphQL - - HTML - - Ionic - - Jest - - Java - - JavaScript - - Jenkins - - JWT - - Kubernetes - - Laravel - - Machine Learning - - Maintenance - - Markdown - - Material-UI - - Microservices - - MongoDB - - Mobile - - Mockups - - Mocha - - Natural Language Processing - - NestJS - - Node.js - - NUnit - - OAuth - - Performance Improvement - - Prettier - - Python - - Question - - React - - React Native - - Redux - - RESTful APIs - - Ruby - - Ruby on Rails - - Rust - - Scala - - Security - - Selenium - - SEO - - Serverless - - Solidity - - Spring Boot - - SQL - - Swagger - - Tailwind CSS - - Test - - Testing Library - - Three.js - - TypeScript - - UI/UX/Design - - Virtual Reality - - Vue.js - - WebSockets - - Webpack - - Other - validations: - required: true - - - type: textarea - id: ticket-mentors - attributes: - label: Mentor(s) - description: Please tag relevant mentors for the ticket - validations: - required: true - - - type: dropdown - id: ticket-category - attributes: - label: Category - description: Choose the categories that best describe your ticket - multiple: true - options: - - API - - Analytics - - Accessibility - - Backend - - Breaking Change - - Beginner Friendly - - Configuration - - CI/CD - - Database - - Data Science - - Deprecation - - Documentation - - Delpoyment - - Frontend - - Internationalization - - Localization - - Machine Learning - - Maintenance - - Mobile - - Performance Improvement - - Question - - Refactoring - - Research - - Needs Reproduction - - SEO - - Security - - Testing - - AI - - Other - validations: - required: true