diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 5850e30a3..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md new file mode 100644 index 000000000..9d689f19d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..eeb81ba47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md @@ -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? )