Skip to content

Commit

Permalink
Update issue templates (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadschn committed Oct 20, 2023
1 parent 1360e8c commit 3dd2423
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
133 changes: 133 additions & 0 deletions .github/ISSUE_TEMPLATE/new_link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
name: Add new initiative
description: Use this form to request a new initiative to be added to the site
title: "[NEW-INITIATIVE]: "
labels: ["requires-validation"]
body:
- type: input
id: name
attributes:
label: Initiative Name
placeholder: IronWidget
validations:
required: true

- type: input
id: short-description
attributes:
label: Initiative Description
description: Provide a short description of the initiative
placeholder: Produces iron widgets
validations:
required: true

- type: textarea
id: long-description
attributes:
label: Initiative Details
description: Provide more details about the initiative
placeholder: >
Produces iron widgets in order to help the war effort.
Can also produce swords, but it's not our specialty.
validations:
required: true

- type: dropdown
id: category
attributes:
label: Initiative Category
options:
- children
- defense/EvacuationMain
- defense/Shelters
- defense/WeaponsMain
- donations
- EquipmentNFood
- FamilyHosting
- hasbara
- InitiativesAggregation/Aggregation
- InitiativesAggregation/AssistanceMain
- medical
- MentalSupport
- Needarim/Main
- Needarim/ReservesReturn
- Reserves
- SocialNetworks
- tech-initiatives/CyberMain
- tech-initiatives/TechInitiatives
- tech-initiatives/TechInitiativesSupport
- tech-initiatives/TechInitiativesVolunteers
- tech-initiatives/TechMain
- volunteering
default: 0
validations:
required: true

- type: input
id: website
attributes:
label: Initiative Website
placeholder: https://iron-widgets.com

- type: input
id: whatsapp
attributes:
label: Initiative WhatsApp
placeholder: https://chat.whatsapp.com/iron-widgets

- type: input
id: telegram
attributes:
label: Initiative Telegram
placeholder: https://t.me/iron-widgets

- type: input
id: drive
attributes:
label: Initiative Drive
description: Link to initiative storage drive (e.g. OneDrive) where relevant files are stored
placeholder: https://1drv.ms/iron-widgets

- type: input
id: forms
attributes:
label: Initiative Form
description: Link to initiative form (e.g. volunteer request)
placeholder: https://forms.monday.com/forms/iron-widgets

- type: input
id: docs
attributes:
label: Initiative Document
description: Link to initiative document (e.g. spreadsheet)
placeholder: https://docs.google.com/spreadsheets/iron-widgets

- type: input
id: discord
attributes:
label: Initiative Discord
placeholder: https://discord.com/channels/iron-widgets

- type: input
id: instagram
attributes:
label: Initiative Instagram
placeholder: https://instagram.com/iron-widgets

- type: input
id: tiktok
attributes:
label: Initiative TikTok
placeholder: https://www.tiktok.com/@iron-widgets

- type: input
id: twitter
attributes:
label: Initiative X (Twitter)
placeholder: https://twitter.com/iron-widgets

- type: input
id: tags
attributes:
label: Initiative Tags
description: Comma-delimited list of keywords that could be used to search for the initiative
placeholder: iron, widgets, swords

0 comments on commit 3dd2423

Please sign in to comment.