Skip to content

Commit

Permalink
Merge pull request #237 from ASKnetCommunity/development
Browse files Browse the repository at this point in the history
update content with latest technicals
  • Loading branch information
MartinSchott authored Mar 22, 2022
2 parents 6d90fac + 4062efa commit 11b1cd9
Show file tree
Hide file tree
Showing 4 changed files with 91 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:**
West Nile, Acholi, Karamoja, Western, Lango, Teso, Elgon, South Western, Central, East Central
**Regions 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.

27 changes: 27 additions & 0 deletions .github/workflows/update-profiles-csv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 'update profiles.csv'

on:
push:
branches: [ main ]
paths:
- '_profiles/**'
workflow_dispatch:

job:
extract:
name: 'run extract.py'
runs-on: ubuntu-latest
steps:

- name: "Check out the repo"
uses: actions/checkout@v2
with:
submodules: true

- name: "Setup Python 3"
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: 'run extract.py'
run: 'python3 extract.py'

0 comments on commit 11b1cd9

Please sign in to comment.