From af3b3780f8b5afdd1265b32ff32f92980b85c8c3 Mon Sep 17 00:00:00 2001 From: Pujan-sarkar Date: Fri, 18 Oct 2024 22:31:58 +0530 Subject: [PATCH] Implementing issue template --- .github/ISSUE_TEMPLATE/Bug_report.yml | 30 +++++++++++++++++++ .../ISSUE_TEMPLATE/Enhancement_suggestion.yml | 30 +++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.yml | 30 +++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/Enhancement_suggestion.yml create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yml b/.github/ISSUE_TEMPLATE/Bug_report.yml new file mode 100644 index 0000000..2fd26dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.yml @@ -0,0 +1,30 @@ +name: Bug Report🐞 +description: Report an issue to help us improve the project. +title: "[Bug] " +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 diff --git a/.github/ISSUE_TEMPLATE/Enhancement_suggestion.yml b/.github/ISSUE_TEMPLATE/Enhancement_suggestion.yml new file mode 100644 index 0000000..5090d7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Enhancement_suggestion.yml @@ -0,0 +1,30 @@ +name: Enhancement Suggestion 💡 +description: Have any new suggestions for the project ? Please suggest! +title: "[Enhancement] " +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 diff --git a/.github/ISSUE_TEMPLATE/Feature_request.yml b/.github/ISSUE_TEMPLATE/Feature_request.yml new file mode 100644 index 0000000..043de9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.yml @@ -0,0 +1,30 @@ +name: Feature Request 💡 +description: Have any new idea or new feature? Please suggest! +title: "[Feature] " +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