diff --git a/.github/ISSUE_TEMPLATE/bookmarklet-bug-report.md b/.github/ISSUE_TEMPLATE/bookmarklet-bug-report.md deleted file mode 100644 index 79e04ce..0000000 --- a/.github/ISSUE_TEMPLATE/bookmarklet-bug-report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bookmarklet bug report -about: Create a report to help us improve -title: "[BUG] " -labels: bug -assignees: thomasleplus - ---- - -**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 browser console logs or 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/bookmarklet-feature-request.md b/.github/ISSUE_TEMPLATE/bookmarklet-feature-request.md deleted file mode 100644 index 0908b53..0000000 --- a/.github/ISSUE_TEMPLATE/bookmarklet-feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bookmarklet feature request -about: Suggest an idea for this project -title: "[FEATURE] " -labels: enhancement -assignees: thomasleplus - ---- - -**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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..144a7cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,74 @@ +--- +name: Bug report +description: Create a bug report +title: "[Bug]: " +labels: + - bug +assignees: + - thomasleplus +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: textarea + attributes: + label: Current Behavior + description: A concise description of what you're experiencing. + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: A concise description of what you expected to happen. + validations: + required: true + - type: textarea + attributes: + label: version + description: | + Version where you observed this issue + placeholder: | + vX.Y.Z + render: markdown + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: | + Copy and paste any relevant log output. + This will be automatically formatted into code, so no need for backticks. + Enable debug logging, either on GitHub Actions, or when running locally. + render: shell + validations: + required: true + - type: textarea + attributes: + label: Steps To Reproduce + description: | + Steps to reproduce the issue. + placeholder: | + 1. In this environment... + 1. With this config... + 1. Run '...' + 1. See error... + validations: + required: true + - type: textarea + attributes: + label: Anything else? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e099238..1eab998 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,6 +7,10 @@ labels: assignees: - thomasleplus body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! - type: textarea attributes: label: Feature description @@ -17,7 +21,7 @@ body: required: true - type: textarea attributes: - label: Implementation details + label: Anything else? description: | If you think that there are some implementation details to be taken into consideration, or anything that is not obvious from the previous description, please specify it here. diff --git a/.github/ISSUE_TEMPLATE/site-bug-report.md b/.github/ISSUE_TEMPLATE/site-bug-report.md deleted file mode 100644 index 6781b35..0000000 --- a/.github/ISSUE_TEMPLATE/site-bug-report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Site bug report -about: Create a report to help us improve -title: "[SITE] " -labels: github pages -assignees: thomasleplus - ---- - -**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.