diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..0541a10f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +<-- Describe the bug: A clear and concise description of what the bug is. --> + +## Steps to reproduce + +1. +2. + +### What happens + + +### What should happen + + +## Additional information + + +## Basic information + + +**Server address**: + + +**Server OS:** + + +**Webserver:** + + +**Browser:** + + +**PrivateBin version:** + +I can reproduce this issue on : Yes / No diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..b12823f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## The problem + +<-- Is your feature request related to a problem? Please describe. +A clear and concise description of what the problem is. Ex. I'm always frustrated when --> + +## The solution +<-- A clear and concise description of what you want to happen. Pitch your solution! What would happen, if we don't implement this? --> + +## Alternatives + + +## Additional context + diff --git a/.github/ISSUE_TEMPLATE/question-and-support.md b/.github/ISSUE_TEMPLATE/question-and-support.md new file mode 100644 index 00000000..973deadf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-and-support.md @@ -0,0 +1,50 @@ +--- +name: Question and support +about: Your setup is not working and you need help or you have a question regarding + PrivateBin +title: '' +labels: question/support +assignees: '' + +--- + +<-- Describe the problem/question: A clear and concise description of what the bug is. --> + + +* [ ] Yes I have read [the FAQ](https://github.com/PrivateBin/PrivateBin/wiki/FAQ) and I found no solution/answer there. + +## What you did + +1. +2. + +### What happens + + +### What should happen + + +## Additional information + + +## Basic information + + +**Server address**: + + +**Server OS:** + + +**Webserver:** + + +**Browser:** + + +**PrivateBin version:** + +I can reproduce this issue on : Yes / No