Update github issue templates

This commit is contained in:
Bubka 2025-03-28 13:09:19 +01:00
parent 3578b04871
commit 5c2256aded
3 changed files with 88 additions and 18 deletions

View File

@ -1,27 +1,21 @@
name: Bug report
description: Create a bug report to help improve 2FAuth
name: 2FAuth bug report
description: Something is not working as expected with 2FAuth
labels: ["triage"]
projects: Bubka/1
body:
- type: input
id: 2fauth_version
attributes:
label: Version
description: The 2FAuth version on which the issue occurs
placeholder: x.y.z
description: The version of 2FAuth on which the issue occurs
placeholder: ex. 5.3.0
validations:
required: true
- type: textarea
id: reproduction_steps
id: what_happened
attributes:
label: Details & Steps to reproduce
description: A clear and concise description of what is happening and how to reproduce it. Screenshots are welcome.
validations:
required: true
- type: textarea
id: expectation
attributes:
label: Expectation
description: A description of what you expected to happen
label: What happened?
description: Describe what is happening and how to reproduce it. Also tell us what did you expect to happen. Screenshots are welcome.
validations:
required: true
- type: textarea
@ -29,14 +23,14 @@ body:
attributes:
label: Error & Logs
description: >-
Error message, stack trace, error/access logs from the web server, php or your database system.
Any execution data you think may help understand and solve your problem: Error message, stack trace, error/access logs from the web server, php or your database system.
placeholder: 2FAuth logs can be found in [2FAuth_install_directory]/storage/logs/
render: shell
- type: textarea
id: environment
id: configuration
attributes:
label: Execution environment
description: How do you run 2FAuth, how do you access it and how it is configured
label: Configuration
description: Any information you think may give a good idea of your setup: Configurations, settings, network, proxies.
placeholder: >-
The /about page of your 2FAuth instance displays environment variables,
user preferences and admin settings you can easily copy and past here as a good starting point
@ -44,9 +38,16 @@ body:
id: context
attributes:
label: Containerization
description: Is your 2FAuth instance running from a container?
options:
- label: Docker
required: false
- type: input
id: integration
attributes:
label: Integration
description: If you run an integrated version of 2FAuth, tell us the name of the embedding app or server
placeholder: ex. Yunohost
- type: textarea
id: additional_info
attributes:

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false

View File

@ -0,0 +1,68 @@
name: Browser extension bug report
description: Something is not working as expected with the browser extension
title: "[WebExt]: "
labels: ["triage", "webextension"]
projects: Bubka/1
body:
- type: input
id: 2fauth_version
attributes:
label: 2FAuth version
description: The version of the 2FAuth server bound to the browser extension
placeholder: ex. 5.3.0
validations:
required: true
- type: input
id: webextension_version
attributes:
label: Extension version
description: The version of the browser extension
placeholder: ex. 1.0.2
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: Browsers
description: Browsers that have the extension installed and on which you are experiencing the problem
multiple: true
options:
- Firefox (or derivatives)
- Chrome (or derivatives)
- Microsoft Edge
- type: textarea
id: what_happened
attributes:
label: What happened?
description: Describe what is happening and how to reproduce it. Also tell us what did you expect to happen. Screenshots are welcome.
validations:
required: true
- type: textarea
id: error_logs
attributes:
label: Error & Logs
description: >-
Any execution data you think may help understand and solve your problem: Error message, stack trace, error/access logs from the web server.
placeholder: 2FAuth logs can be found in [2FAuth_install_directory]/storage/logs/
render: shell
- type: textarea
id: configuration
attributes:
label: Configuration
description: Any information you think may give a good idea of your setup: Configurations, settings, network, proxies.
placeholder: >-
The /about page of your 2FAuth instance displays environment variables,
user preferences and admin settings you can easily copy and past here as a good starting point
- type: checkboxes
id: context
attributes:
label: Containerization
description: Is your 2FAuth instance running from a container?
options:
- label: Docker
required: false
- type: textarea
id: additional_info
attributes:
label: Additional information
description: Any additional information you would like to submit