diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md new file mode 100644 index 0000000..fe22e5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -0,0 +1,14 @@ +--- +name: Ask a question +about: Ask the community for help +title: '' +labels: 'question' +assignees: '' + +--- + +This is the place for generic questions. Please stay on topic and be polite. + +**Notes** + - Please write in english only. If you provide some images in different languages, you're required to write a translation in english. + - In any case, **NEVER** put here the content if your `id_ed25519` file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..145f7ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +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. + +**Describe the environment** + - Install environment: docker, docker swarm, podman, kubernetes, or package + - If available, the `docker-compose.yaml` file + - If package, we need the distribution and release: Ubuntu 22.04, Debian 11, ... + - Or if you're running the plain binary, how you're running it + - In any case, you have to specify the version in use + +**How to Reproduce the bug** +Steps to reproduce the behavior: +1. Given the previously described environment +2. Do this and that +3. I get this error + +**Expected behavior** +This should happen instead. + +**Additional context** +Add any other context about the problem here. + +**Notes** + - Please write in english only. If you provide some images in different languages, you're required to write a translation in english. + - In any case, **NEVER** put here the content if your `id_ed25519` file + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..72ed15d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'enhancement' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context about the feature request here. + +**Notes** + - Please write in english only. If you provide some images in different languages, you're required to write a translation in english. + - In any case, **NEVER** put here the content if your `id_ed25519` file + \ No newline at end of file