Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated issue forms (regions, skill dropdowns) #235

Merged
merged 3 commits into from
Mar 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions .github/ISSUE_TEMPLATE/change-profile

This file was deleted.

81 changes: 64 additions & 17 deletions .github/ISSUE_TEMPLATE/new-profile.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Add New Profile
description: Create a new profile
name: Add New Profile or Change Profile
description: Create a new profile or change data of an existing profile
title: "Create Profile for ..."
labels: [Profile]
body:
Expand Down Expand Up @@ -37,8 +37,15 @@ body:
id: region
attributes:
label: Region
description: "In which region are you active? You can add several regions or cities by separating them with commas."
placeholder: "e.g. Juba, Rhino-Camp, Berlin"
description: |
In which region are you active?

**Regions in Uganda:** (choose one from the list if you are in Uganda)
West Nile, Acholi, Karamoja, Western, Lango, Teso, Elgon, South Western, Central, East Central

**Regions in South Sudan:** (choose one from the list if you are in South Sudan)
Northern Bahr el Ghazal, Western Bahr el Ghazal, Lakes, Warrap, Western Equatoria, Central Equatoria, Eastern Equatoria, Jonglei, Unity, Upper Nile
placeholder: "e.g. West Nile"
validations:
required: true

Expand Down Expand Up @@ -79,12 +86,21 @@ body:
- **Sustainability & Environment** — e.g. SDGs, circular economy, environmental protection, upcycling & recycling
- **Production & Supply** — e.g. agriculture, animal farming, (re)producing goods and market-items, manufacturing business/service, logistics and physical goods management

- type: input
id: skill1t
- type: dropdown
attributes:
label: Skill 1
placeholder: "Which skill?"
description:
description: "Which skill? You should choose at least one. "
multiple: false
options:
- Web & Software
- Hardware & Repair
- Community & Moderation
- Organizational Development
- Media & Art
- Data Security & Research
- Open Source & Knowledge
- Sustainability & Environment
- Production & Supply
validations:
required: false

Expand All @@ -104,11 +120,21 @@ body:
validations:
required: false

- type: input
id: skill2t
- type: dropdown
attributes:
label: Skill 2
placeholder: "Which skill? Leave empty if doesn't apply. "
description: "Which skill? Leave empty if doesn't apply. "
multiple: false
options:
- Web & Software
- Hardware & Repair
- Community & Moderation
- Organizational Development
- Media & Art
- Data Security & Research
- Open Source & Knowledge
- Sustainability & Environment
- Production & Supply
validations:
required: false

Expand All @@ -120,11 +146,21 @@ body:
validations:
required: false

- type: input
id: skill3t
- type: dropdown
attributes:
label: Skill 3
placeholder: "Which skill? Leave empty if doesn't apply. "
description: "Which skill? Leave empty if doesn't apply. "
multiple: false
options:
- Web & Software
- Hardware & Repair
- Community & Moderation
- Organizational Development
- Media & Art
- Data Security & Research
- Open Source & Knowledge
- Sustainability & Environment
- Production & Supply
validations:
required: false

Expand All @@ -136,11 +172,21 @@ body:
validations:
required: false

- type: input
id: skill4t
- type: dropdown
attributes:
label: Skill 4
placeholder: "Which skill? Leave empty if doesn't apply. "
description: "Which skill? Leave empty if doesn't apply. "
multiple: false
options:
- Web & Software
- Hardware & Repair
- Community & Moderation
- Organizational Development
- Media & Art
- Data Security & Research
- Open Source & Knowledge
- Sustainability & Environment
- Production & Supply
validations:
required: false

Expand All @@ -152,6 +198,7 @@ body:
validations:
required: false

################## Description Text ###################

- type: markdown
attributes:
Expand Down
128 changes: 0 additions & 128 deletions .github/ISSUE_TEMPLATE/update-skills.yml

This file was deleted.