mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-24 13:41:33 -05:00
Split issue templates into bug & feature request
This commit is contained in:
parent
cbf92598e2
commit
1bb5a5794d
44
.github/ISSUE_TEMPLATE.md
vendored
44
.github/ISSUE_TEMPLATE.md
vendored
@ -1,44 +0,0 @@
|
||||
[TIP]: # ( Provide a general summary of the issue in the title above ^^ )
|
||||
[TIP]: # ( Do not include screenshots of your actual database! )
|
||||
|
||||
## Expected Behavior
|
||||
[NOTE]: # ( If you're describing a bug, tell us what should happen )
|
||||
[NOTE]: # ( If you're suggesting a change/improvement, tell us how it should work )
|
||||
|
||||
|
||||
## Current Behavior
|
||||
[NOTE]: # ( If describing a bug, tell us what happens instead of the expected behavior )
|
||||
[NOTE]: # ( If suggesting a change/improvement, explain the difference from the current behavior )
|
||||
|
||||
|
||||
## Possible Solution
|
||||
[NOTE]: # ( Not required, but suggest a fix/reason for the bug, )
|
||||
[NOTE]: # ( or ideas how to implement the addition or change )
|
||||
|
||||
|
||||
## 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 are you trying to accomplish? )
|
||||
[NOTE]: # ( Providing context helps us come up with a solution that is most useful in the real world )
|
||||
|
||||
|
||||
## 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
|
44
.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
vendored
Normal file
44
.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
---
|
||||
title: 'Bug report'
|
||||
labels: bug
|
||||
---
|
||||
[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
|
21
.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: 'Feature Request'
|
||||
labels: 'new feature'
|
||||
---
|
||||
[TIP]: # ( Provide a general summary of the feature in the title above ^^ )
|
||||
[TIP]: # ( DO NOT include screenshots of your actual database! )
|
||||
|
||||
## Summary
|
||||
[NOTE]: # ( Provide a brief overview of what the new feature is all about )
|
||||
|
||||
|
||||
## Desired Behavior
|
||||
[NOTE]: # ( Tell us how the new feature should work, be specific )
|
||||
|
||||
|
||||
## Possible Solution
|
||||
[NOTE]: # ( Not required, but suggest ideas on how to implement the addition or change )
|
||||
|
||||
|
||||
## Context
|
||||
[NOTE]: # ( Why does this feature matter to you? What unique circumstances do you have? )
|
Loading…
Reference in New Issue
Block a user