From 48557f3268cab67ee92a72ed8a2ef56bef25d8b9 Mon Sep 17 00:00:00 2001 From: Deepak Raj Date: Sat, 26 Sep 2020 19:56:11 +0530 Subject: [PATCH] improving issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ----------------------- .github/ISSUE_TEMPLATE/create-an-issue.md | 33 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ------ .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------ 4 files changed, 33 insertions(+), 68 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/create-an-issue.md delete mode 100644 .github/ISSUE_TEMPLATE/custom.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea78..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -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. diff --git a/.github/ISSUE_TEMPLATE/create-an-issue.md b/.github/ISSUE_TEMPLATE/create-an-issue.md new file mode 100644 index 00000000..1cf902e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/create-an-issue.md @@ -0,0 +1,33 @@ +--- +name: Create an Issue +about: For creating isssue for HacktoberFest +title: '' +labels: Hacktoberfest +assignees: '' + +--- +Please fill all detils for better explanation of issue. Add files to proper folder. + +**Title** - + +**what will change** - + +**Assignees** - + +### Type of Issue - + +Please add/delete options that are not relevant. + +- [x] Improving Code +- [x] Improving Documentation +- [x] Adding New Code +- [x] Bug Fix + +### Programming Language + +Please add/delete options that are not relevant. + +- [x] Python +- [x] C++ + +Happy Coding, \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 48d5f81f..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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.