Skip to content

Commit

Permalink
Merge pull request #235 from ASKnetCommunity/development
Browse files Browse the repository at this point in the history
updated issue forms (regions, skill dropdowns)
  • Loading branch information
MartinSchott authored Mar 22, 2022
2 parents 94f8fa4 + 9c5a3fb commit ca70220
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 196 deletions.
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.

0 comments on commit ca70220

Please sign in to comment.