Skip to content

Commit

Permalink
Bug-report forms: Add question about non-standard browser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-berry committed Oct 13, 2024
1 parent 0d2cd89 commit e4d345a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/1-crash-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ body:
validations:
required: true

- type: textarea
id: nonstd-settings
attributes:
label: Non-Standard Browser Settings
description: Have you made any changes to your browser's settings related to history storage, privacy, or security? Do you use any custom browser mods (e.g. userChrome.css)? Have you made any changes in `about:config`? List any/all such changes here. (If not, you can just write "n/a" or similar.)
validations:
required: true

- type: textarea
id: installed-extensions
attributes:
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/2-perf-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ body:
validations:
required: false

- type: textarea
id: nonstd-settings
attributes:
label: Non-Standard Browser Settings
description: Have you made any changes to your browser's settings related to history storage, privacy, or security? Do you use any custom browser mods (e.g. userChrome.css)? Have you made any changes in `about:config`? List any/all such changes here. (If not, you can just write "n/a" or similar.)
validations:
required: true

- type: textarea
id: installed-extensions
attributes:
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/3-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ body:
validations:
required: true

- type: textarea
id: nonstd-settings
attributes:
label: Non-Standard Browser Settings
description: Have you made any changes to your browser's settings related to history storage, privacy, or security? Do you use any custom browser mods (e.g. userChrome.css)? Have you made any changes in `about:config`? List any/all such changes here. (If not, you can just write "n/a" or similar.)
validations:
required: true

- type: textarea
id: installed-extensions
attributes:
Expand Down

0 comments on commit e4d345a

Please sign in to comment.