Skip to content

Commit

Permalink
chore: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadM1998 committed Jun 7, 2024
1 parent 530789b commit 1f43b6f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 🐞 Bug report
description: Report a bug to help us improve the module.
labels: [bug]
body:
- type: markdown
attributes:
value: |
Before reporting a bug, please make sure that you have read through existing [issues](https://github.com/egytech-fyi/egytech-fyi/issues).
- type: textarea
attributes:
label: Description
description: A clear and concise description of what the bug is.
validations:
required: true

- type: checkboxes
attributes:
label: Additional information
description: Additional information that helps us decide how to proceed.
options:
- label: I intend to submit a PR to fix this bug.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 📖 Contribution Guide
url: https://egytech-fyi.pages.dev/contribute
about: Check the guide if you want to contribute to this project.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: ✨ Feature request
description: Suggest a feature that will improve egytech.fyi website.
body:
- type: markdown
attributes:
value: |
Before requesting a feature, please make sure that you have read through our [contribution guide](https://egytech-fyi.pages.dev/contribute) and existing [issues](https://github.com/egytech-fyi/egytech-fyi/issues).
- type: textarea
attributes:
label: Description
description: A clear and concise description of what you think would be an helpful addition to the website, including the possible use cases and alternatives you have considered.
validations:
required: true

- type: textarea
id: additonal
attributes:
label: Additional context
description: If applicable, add any other context or screenshots here.

- type: checkboxes
attributes:
label: Additional information
description: Additional information that helps us decide how to proceed.
options:
- label: I intend to submit a PR to implement this feature.

0 comments on commit 1f43b6f

Please sign in to comment.