mirror of https://github.com/josh-berry/tab-stash
109 lines
5.0 KiB
YAML
109 lines
5.0 KiB
YAML
name: Report Incorrect Behavior
|
|
description: An existing feature in Tab Stash caused a problem or didn't do what you expected.
|
|
labels: ["i-bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Sorry to hear you're having trouble, and thanks for taking the time to report a problem!
|
|
|
|
- **Freezing, slowness, or high CPU/RAM issue?** Please [report a performance problem](https://github.com/josh-berry/tab-stash/issues/new?assignees=&labels=&projects=&template=2-perf-report.yml) instead.
|
|
|
|
- **Missing functionality?** If you're expecting Tab Stash to do something it does not do today, please [request a feature](https://github.com/josh-berry/tab-stash/issues/new?assignees=&labels=&projects=&template=4-feature-request.yml) instead.
|
|
|
|
If you're not sure whether you have one problem or multiple problems, it's better to err on the side of opening separate reports for each potential problem, since it's much easier to close duplicates than split a single issue into multiple issues.
|
|
|
|
- type: input
|
|
id: os-version
|
|
attributes:
|
|
label: OS Version
|
|
description: Which operating system were you using when the problem happened?
|
|
placeholder: e.g. Windows 11, macOS 13, ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: browser-version
|
|
attributes:
|
|
label: Browser Version
|
|
description: What browser/browser version were you using when the problem happened?
|
|
placeholder: e.g. Firefox 104.0
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: tab-stash-version
|
|
attributes:
|
|
label: Tab Stash Version
|
|
description: You can find the Tab Stash version number by scrolling down to the bottom of the UI. Or if the UI won't load, you can go to `about:addons`, click on "Tab Stash" and copy the version number from there.
|
|
placeholder: "1.0"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: installed-extensions
|
|
attributes:
|
|
label: Installed Extensions
|
|
description: List all other extensions you have installed. Also, please double-check to make sure you don't have any extensions installed which are [incompatible with Tab Stash](https://github.com/josh-berry/tab-stash/wiki/Known-Incompatibilities-with-Other-Extensions).
|
|
value: "- "
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Problem Description
|
|
description: Give a brief summary of the problem you're having.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual-behavior
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: As best you can, describe what you did to trigger the issue (if anything) and what *actually* happened. Be as specific and detailed as possible—the more detailed and concrete observations you provide, the better. Screenshots and screen recordings are welcome!
|
|
placeholder: |
|
|
1. Go to ...
|
|
2. Click on ...
|
|
3. Tab Stash reports an error "..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: Describe what you *expected* to happen instead. Again, details are welcome!
|
|
placeholder: Instead of seeing an error, I expected Tab Stash to ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: impact
|
|
attributes:
|
|
label: Impact
|
|
description: |
|
|
If you tried anything to work around or recover from the issue, or if the issue caused you additional problems, discuss it here. Again, be as concrete, specific and detailed as possible. For example, "I spent an hour trying to restart the encabulator to retrieve my data after the crash" clearly illustrates the scale and scope of the problem. Whereas, "This is a huge problem and should be fixed ASAP" is likely to be ignored because it doesn't provide any detail about WHY the problem is huge.
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: details
|
|
attributes:
|
|
label: Additional Details
|
|
description: Include any other context or details that might be helpful. If possible, please share any error logs that you think might be relevant. [Here's how to collect them.](https://github.com/josh-berry/tab-stash/wiki/Collect-Error-Logs)
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: voting
|
|
attributes:
|
|
label: Vote for This Issue
|
|
description: Please check the box below so GitHub will tell everyone how to vote for your issue—sorry, I know it's an unnecessary step, but that's the only way GitHub will allow me to include this message in the issue itself.
|
|
options:
|
|
- label: |
|
|
_Readers: If you are also experiencing this problem, please vote for it by giving the ORIGINAL POST a thumbs-up using the :smiley: button below. You are welcome to leave comments and discuss the issue if you have more details to add, but "Me too!" comments are not counted by the voting system._
|
|
required: true
|
|
validations:
|
|
required: true
|