Skip to content

Commit

Permalink
Implementing issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan-sarkar authored and lcrojano committed Oct 18, 2024
1 parent 77d3704 commit 8fd13e3
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Bug Report🐞
description: Report an issue to help us improve the project.
title: "[Bug] <write a small description here>"
body:
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
validations:
required: false

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable.
validations:
required: false

- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist"
options:
- label: "I have checked the existing issues."
required: true

- label: "I follow [Contributing Guidelines](https://github.com/lcrojano/Giphy_Explorer/blob/main/README.md) of this project."
required: true
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/Enhancement_suggestion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Enhancement Suggestion 💡
description: Have any new suggestions for the project ? Please suggest!
title: "[Enhancement] <write a small description here>"
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of your suggestion.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable.
validations:
required: false

- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist"
options:
- label: "I have checked the existing issues."
required: true

- label: "I follow [Contributing Guidelines](https://github.com/lcrojano/Giphy_Explorer/blob/main/README.md) of this project."
required: true
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Feature Request 💡
description: Have any new idea or new feature? Please suggest!
title: "[Feature] <write a small description here>"
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of any alternative solution or features you've considered.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable.
validations:
required: false

- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist"
options:
- label: "I have checked the existing issues."
required: true

- label: "I follow [Contributing Guidelines](https://github.com/lcrojano/Giphy_Explorer/blob/main/README.md) of this project."
required: true

0 comments on commit 8fd13e3

Please sign in to comment.