mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-17 19:54:33 -05:00
Correct issues with issue templates
This commit is contained in:
parent
1bb5a5794d
commit
b21936f94d
7
.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
vendored
7
.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
vendored
@ -1,7 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: 'Bug report'
|
name:
|
||||||
|
about:
|
||||||
|
title: Bug report
|
||||||
labels: bug
|
labels: bug
|
||||||
|
assignees:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[TIP]: # ( Provide a general summary of the issue in the title above ^^ )
|
[TIP]: # ( Provide a general summary of the issue in the title above ^^ )
|
||||||
[TIP]: # ( DO NOT include screenshots of your actual database! )
|
[TIP]: # ( DO NOT include screenshots of your actual database! )
|
||||||
|
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: 'Feature Request'
|
name:
|
||||||
labels: 'new feature'
|
about:
|
||||||
|
title: Feature Request
|
||||||
|
labels: new feature
|
||||||
|
assignees:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[TIP]: # ( Provide a general summary of the feature in the title above ^^ )
|
[TIP]: # ( Provide a general summary of the feature in the title above ^^ )
|
||||||
[TIP]: # ( DO NOT include screenshots of your actual database! )
|
[TIP]: # ( DO NOT include screenshots of your actual database! )
|
||||||
|
|
||||||
|
49
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: provide information about a problem
|
||||||
|
title: Bug report
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[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
|
26
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: tell us about a new capability you want to see
|
||||||
|
title: Feature Request
|
||||||
|
labels: new feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[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