Skip to content

Commit

Permalink
Merge pull request #153 from avantifellows/feat/staging_readme_correc…
Browse files Browse the repository at this point in the history
…tion

Corrected staging command in readme
  • Loading branch information
suryabulusu authored Jul 2, 2024
2 parents 2742032 + 31f51c1 commit 57aa915
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/DMP_2024.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -107,11 +107,11 @@ body:
attributes:
label: Domain
options:
- ⁠Healthcare
- ⁠Healthcare
- ⁠Education
- Financial Inclusion
- ⁠Livelihoods
- ⁠Skilling
- ⁠Skilling
- ⁠Learning & Development
- ⁠Agriculture
- ⁠Service Delivery
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -259,5 +259,3 @@ body:
- Other
validations:
required: true


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57aa915

Please sign in to comment.