-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
530789b
commit 1f43b6f
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |