forked from mozilla-mobile/fenix
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/iceraven' into iceraven
- Loading branch information
Showing
5 changed files
with
138 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
name: "🐞 Bug report" | ||
description: Create a report to help us improve. | ||
title: "[Bug]: " | ||
labels: ["🐞 bug", "needs:triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- Please do your best to search for duplicate issues before filing a new issue so we can keep our issue board clean. | ||
- Have a look at ["I want to file an issue!"][info] for more information. | ||
[info]: https://github.com/fork-maintainers/iceraven-browser#i-want-to-file-an-issue | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Steps to reproduce the behaviour. | ||
placeholder: | | ||
1. Have a tab open.. | ||
2. Go to.. | ||
3. Click on.. | ||
4. Observe.. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behaviour | ||
placeholder: A menu should open.. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Actual behaviour | ||
placeholder: The app closes unexpectedly.. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Device information | ||
- type: input | ||
attributes: | ||
label: Device name | ||
description: The name of the device model and manufacturer. | ||
placeholder: Google Pixel 2 | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Android version | ||
description: You can find the Android version information in the About section of your device's system settings. | ||
placeholder: Android 10 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Iceraven version | ||
description: You can find this information in Settings -> About Iceraven. | ||
placeholder: 2.22.0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Device logs | ||
description: | | ||
Device logs or crash information can greatly aid in debugging. You can find some details here on how to [retrieve device logs or crash IDs][log]. | ||
[log]: https://github.com/fork-maintainers/iceraven-browser/blob/iceraven/docs/Logging-Crash-Information.md | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: | | ||
If you have any additional information for us, use the field below. | ||
Please note, you can attach screenshots or screen recordings here, by | ||
dragging and dropping files in the field below. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: "⭐️ Feature request" | ||
description: Suggest an idea for this project | ||
title: "[Feature Request]: " | ||
labels: ["🌟 feature request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- Please do your best to search for duplicate issues before filing a new issue so we can keep our issue board clean | ||
- Every issue should have exactly one feature request described in it. Please do not file feedback list tickets as it is difficult to parse them and address their individual points | ||
- Feature Requests are better when they’re open-ended instead of demanding a specific solution e.g: “I want an easier way to do X” instead of “add Y” | ||
- Read https://github.com/fork-maintainers/iceraven-browser#i-want-to-file-an-issue for more information | ||
- type: textarea | ||
attributes: | ||
label: Feature Summary | ||
description: What is the user problem or growth opportunity you want to see solved? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Feature Research | ||
description: How do you know that this problem exists today? Why is this important? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Alternative Solution | ||
description: Other possible solutions, if any. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Target beneficiaries | ||
description: Who will benefit from it? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters