mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Add release preview bug report & revert previous commit
This commit is contained in:
parent
f8b21d8d16
commit
1989b86c60
3 changed files with 51 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: provide information about a problem
|
about: provide information about a problem
|
||||||
title: Bug report
|
title:
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: tell us about a new capability you want to see
|
about: tell us about a new capability you want to see
|
||||||
title: Feature Request
|
title:
|
||||||
labels: new feature
|
labels: new feature
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
|
|
49
.github/ISSUE_TEMPLATE/prerelease-bug-report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/prerelease-bug-report.md
vendored
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
---
|
||||||
|
name: Release Preview Bug report
|
||||||
|
about: report a bug with a release preview (eg, 2.4.0-beta1)
|
||||||
|
title: [PRE-RELEASE]
|
||||||
|
labels: PRE-RELEASE BUG
|
||||||
|
assignees: 'droidmonkey'
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[TIP]: # ( Provide a general summary of the issue in the title above ^^ )
|
||||||
|
[TIP]: # ( DO NOT include screenshots of your actual database! )
|
||||||
|
|
||||||
|
## Expected Behavior
|
||||||
|
[NOTE]: # ( Tell us what you expected to happen )
|
||||||
|
|
||||||
|
|
||||||
|
## Current Behavior
|
||||||
|
[NOTE]: # ( Tell us what actually happens )
|
||||||
|
|
||||||
|
|
||||||
|
## Possible Solution
|
||||||
|
[NOTE]: # ( Not required, but suggest a fix/reason for the bug )
|
||||||
|
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
[NOTE]: # ( Provide a link to a live example, or an unambiguous set of steps to )
|
||||||
|
[NOTE]: # ( reproduce this bug. Include code to reproduce, if relevant )
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
## Context
|
||||||
|
[NOTE]: # ( How has this issue affected you? What unique circumstances do you have? )
|
||||||
|
|
||||||
|
|
||||||
|
## Debug Info
|
||||||
|
[NOTE]: # ( Paste debug info from Help → About here )
|
||||||
|
KeePassXC - VERSION
|
||||||
|
Revision: REVISION
|
||||||
|
|
||||||
|
Libraries:
|
||||||
|
- LIBS
|
||||||
|
|
||||||
|
Operating system: OS
|
||||||
|
CPU architecture: ARCH
|
||||||
|
Kernel: KERNEL
|
||||||
|
|
||||||
|
Enabled extensions:
|
||||||
|
- EXTENSIONS
|
Loading…
Add table
Add a link
Reference in a new issue