mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 03:38:06 +02:00
Update github issue templates
This commit is contained in:
parent
3578b04871
commit
5c2256aded
37
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
37
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,27 +1,21 @@
|
|||||||
name: Bug report
|
name: 2FAuth bug report
|
||||||
description: Create a bug report to help improve 2FAuth
|
description: Something is not working as expected with 2FAuth
|
||||||
|
labels: ["triage"]
|
||||||
projects: Bubka/1
|
projects: Bubka/1
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: 2fauth_version
|
id: 2fauth_version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: The 2FAuth version on which the issue occurs
|
description: The version of 2FAuth on which the issue occurs
|
||||||
placeholder: x.y.z
|
placeholder: ex. 5.3.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduction_steps
|
id: what_happened
|
||||||
attributes:
|
attributes:
|
||||||
label: Details & Steps to reproduce
|
label: What happened?
|
||||||
description: A clear and concise description of what is happening and how to reproduce it. Screenshots are welcome.
|
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: expectation
|
|
||||||
attributes:
|
|
||||||
label: Expectation
|
|
||||||
description: A description of what you expected to happen
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -29,14 +23,14 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Error & Logs
|
label: Error & Logs
|
||||||
description: >-
|
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/
|
placeholder: 2FAuth logs can be found in [2FAuth_install_directory]/storage/logs/
|
||||||
render: shell
|
render: shell
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: environment
|
id: configuration
|
||||||
attributes:
|
attributes:
|
||||||
label: Execution environment
|
label: Configuration
|
||||||
description: How do you run 2FAuth, how do you access it and how it is configured
|
description: Any information you think may give a good idea of your setup: Configurations, settings, network, proxies.
|
||||||
placeholder: >-
|
placeholder: >-
|
||||||
The /about page of your 2FAuth instance displays environment variables,
|
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
|
user preferences and admin settings you can easily copy and past here as a good starting point
|
||||||
@ -44,9 +38,16 @@ body:
|
|||||||
id: context
|
id: context
|
||||||
attributes:
|
attributes:
|
||||||
label: Containerization
|
label: Containerization
|
||||||
|
description: Is your 2FAuth instance running from a container?
|
||||||
options:
|
options:
|
||||||
- label: Docker
|
- label: Docker
|
||||||
required: false
|
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
|
- type: textarea
|
||||||
id: additional_info
|
id: additional_info
|
||||||
attributes:
|
attributes:
|
||||||
|
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
68
.github/ISSUE_TEMPLATE/extension_bug_report.yml
vendored
Normal file
68
.github/ISSUE_TEMPLATE/extension_bug_report.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user