This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
---
|
||||
name: Bug Report
|
||||
description: Report a potential bug
|
||||
labels:
|
||||
- type/potential-bug
|
||||
- status/needs-triage
|
||||
- priority/normal
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report. Please try to give as much information as possible for
|
||||
us to be able to reproduce the issue and provide a quick fix.
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of the library are you using or which versions do you see the issue in?
|
||||
multiple: true
|
||||
options:
|
||||
- '0.17.1'
|
||||
- '0.16.5'
|
||||
- '0.15.0'
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: go-version
|
||||
attributes:
|
||||
label: Go Version
|
||||
description: What version of go are you using?
|
||||
multiple: true
|
||||
options:
|
||||
- '1.26'
|
||||
- '1.25'
|
||||
- '1.24'
|
||||
- 'Other'
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the bug
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: Reproduction
|
||||
description: Describe how we can reproduce this issue
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expectations
|
||||
attributes:
|
||||
label: Expectations
|
||||
description: Describe the desired or expected results
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: documentation
|
||||
attributes:
|
||||
label: Documentation
|
||||
description: Provide any relevant specification or other documentation if applicable
|
||||
validations:
|
||||
required: false
|
||||
...
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Documentation
|
||||
url: https://github.com/go-webauthn/webauthn
|
||||
about: Read the documentation
|
||||
- name: Question/Other
|
||||
url: https://github.com/go-webauthn/webauthn/discussions/new
|
||||
about: Discuss other questions etc.
|
||||
...
|
||||
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: Documentation Feedback
|
||||
description: Report issues or suggestions surrounding documentation
|
||||
labels:
|
||||
- type/documentation
|
||||
- status/needs-triage
|
||||
- priority/normal
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the issue or suggestion
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional-information
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: Any additional information that may be useful like links etc
|
||||
validations:
|
||||
required: false
|
||||
...
|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: Feature Request
|
||||
description: Request a feature
|
||||
labels:
|
||||
- type/feature-request
|
||||
- status/needs-triage
|
||||
- priority/normal
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Provide a description of the feature
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: use-case
|
||||
attributes:
|
||||
label: Use Case
|
||||
description: Provide a use case if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: documentation
|
||||
attributes:
|
||||
label: Documentation
|
||||
description: Provide any relevant specification or other documentation if applicable
|
||||
validations:
|
||||
required: false
|
||||
...
|
||||
Reference in New Issue
Block a user