mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 18:52:38 +03:00
Transforms Bug Report Issue Template to new Github Issue Forms (#1193)
* Swaps issue template to new issue form syntax * Indentation update * Indentation update? * More indentation * Intendation is hard * Finalized indentation? * Github indentation * Missing fields * Formatting changes * Checkbox changes
This commit is contained in:
parent
70c6010538
commit
0089add594
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,36 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve Plausible Analytics
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Precheck
|
||||
|
||||
Please note that this tracker is only for bugs. Do not use the issue tracker for help, support or feature requests.
|
||||
|
||||
[Our docs](https://plausible.io/docs) are a great place for most answers, but if you can’t find your answer there, you can [contact us](https://plausible.io/contact).
|
||||
|
||||
Have a feature request? Please search the ideas [on our forum](https://github.com/plausible/analytics/discussions/categories/feature-requests) to make sure that the feature has not yet been requested. If you cannot find what you had in mind, please [submit your feature request here](https://github.com/plausible/analytics/discussions/new).
|
||||
|
||||
Have an issue with your self-hosted install? You can ask in [our self-hosted forum](https://github.com/plausible/analytics/discussions/categories/self-hosted-support). Thanks!
|
||||
|
||||
## Prerequisites
|
||||
- [ ] I have searched open and closed issues to make sure that the bug has not yet been reported.
|
||||
|
||||
## Bug report
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots (If applicable)**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Environment (If applicable):**
|
||||
- OS: [e.g. macos]
|
||||
- Browser [e.g. safari, firefox]
|
||||
- Version [e.g. 78]
|
67
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
67
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
name: "🐛 Bug Report"
|
||||
description: Create a report to help us improve Plausible Analytics
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
|
||||
Please note that this tracker is only for bugs. Do not use the issue tracker for help, support or feature requests.
|
||||
|
||||
[Our docs](https://plausible.io/docs) are a great place for most answers, but if you can’t find your answer there, you can [contact us](https://plausible.io/contact).
|
||||
|
||||
Have a feature request? Please search the ideas [on our forum](https://github.com/plausible/analytics/discussions/categories/feature-requests) to make sure that the feature has not yet been requested. If you cannot find what you had in mind, please [submit your feature request here](https://github.com/plausible/analytics/discussions/new).
|
||||
|
||||
Have an issue with your self-hosted install? You can ask in [our self-hosted forum](https://github.com/plausible/analytics/discussions/categories/self-hosted-support).
|
||||
|
||||
**Thanks!**
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Past Issues Searched
|
||||
options:
|
||||
- label: >-
|
||||
I have searched open and closed issues to make sure that the bug has
|
||||
not yet been reported
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Issue is a Bug Report
|
||||
options:
|
||||
- label: >-
|
||||
This is a bug report and not a feature request, nor asking for self-hosted support
|
||||
required: true
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is
|
||||
placeholder: Tell us what happened!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: bug-expectation
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen
|
||||
placeholder: Tell us what you expected
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: bug-screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: 'If applicable, add screenshots to help explain your problem'
|
||||
placeholder: Insert screenshots here
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Environment
|
||||
description: |
|
||||
examples:
|
||||
- **OS**: MacOS
|
||||
- **Browser**: Firefox
|
||||
- **Browser Version**: 88
|
||||
value: |
|
||||
- OS:
|
||||
- Browser:
|
||||
- Browser Version:
|
||||
render: markdown
|
Loading…
Reference in New Issue
Block a user