From ae9a2fa59da1c7ef1adbf5e3b77f4e05a251e2b2 Mon Sep 17 00:00:00 2001 From: BLZR <34515568+1bl4z3r@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:37:03 +0530 Subject: [PATCH] Update issue templates --- .../add-remove-sites-using-hermit-v2.md | 15 ++++++ .github/ISSUE_TEMPLATE/bug_report.md | 46 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add-remove-sites-using-hermit-v2.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/add-remove-sites-using-hermit-v2.md b/.github/ISSUE_TEMPLATE/add-remove-sites-using-hermit-v2.md new file mode 100644 index 0000000..d7658f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-remove-sites-using-hermit-v2.md @@ -0,0 +1,15 @@ +--- +name: Add/Remove Sites using hermit-V2 +about: Add or remove site to/from Sites using hermit-V2 wiki +title: Add to Sites using hermit-V2 | Remove from Sites using hermit-V2 +labels: hermit-V2 sites +assignees: 1bl4z3r + +--- + +- **Site Name** : [Enter the name for your site] +- **Site URL** : [Enter the url for your site] +- [x] **Add / Edit my site** + _Description_ : [Enter a short description for your site] +- [ ] **Remove my site** + Please remove my site from `Sites using hermit-V2` wiki diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4256337 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a report to help hermit-V2 evolve +title: "[BUG] - " +labels: bug +assignees: 1bl4z3r + +--- + +**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 + +**Terminal Output** +Provide terminal output, if applicable. + +**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] + +**Hugo (please complete the following information):** +- Hugo: [e.g. v0.123.8] +- Extended? [e.g. true/yes] +- Latest hermit-V2 theme package? [e.g. true/yes] + +**Additional context** +Add any other context about the problem here.