From b2d6fa9009ccff5247f86ecef217a790a36d54a0 Mon Sep 17 00:00:00 2001 From: Doctor Date: Thu, 25 Jan 2024 16:31:31 +0100 Subject: [PATCH 1/6] add issue templates for bug report, feature request and question --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 11 +++++++++ 3 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e3be6222 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve Exodus +title: "[Bug] " +labels: ["bug", "to confirm"] +assignees: "" +--- + +## Describe the bug + +A clear and concise description of what the bug is. Add some log extract so we can see what is happening. Don't forget to add some context. + +## To Reproduce + +Steps to reproduce the issue. + +## Expected behavior + +A description of what you expected to happen. + +## Version details + +- OS: [e.g. Debian 12, OSX] +- Exodus version: [e.g. `1.28.3`] + +## Install method + +How did you install Exodus? via Docker? From Pip? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..ea5549b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature] " +labels: ["enhancement", "to confirm"] +assignees: "" +--- + +## 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 […] + +## Describe the solution you'd like + +A clear description of what you want to happen. + +## Describe alternatives you've considered + +A description of any alternative solutions or features you've considered. + +## Additional context + +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..3c56fa07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: Ask a question about using the software +title: "[Question] " +labels: ["question", "to confirm"] +assignees: "" +--- + +Please, feel free to ask your question here (you can also ask your question on [our IRC channel](https://web.libera.chat/?nick=webguest?#exodus-privacy)). + +Please note that we're all volunteers and may take time to respond. From a5a8798a659616dec713c3142824562b8d82cf46 Mon Sep 17 00:00:00 2001 From: Doctor Date: Fri, 26 Jan 2024 13:59:51 +0100 Subject: [PATCH 2/6] remove "to confirm" tag from question --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 3c56fa07..8525cb9a 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: Ask a question about using the software title: "[Question] " -labels: ["question", "to confirm"] +labels: ["question"] assignees: "" --- From 6cfa00b6523af4ce3907dfc1a02e9e75b59f26a3 Mon Sep 17 00:00:00 2001 From: Doctor Date: Fri, 26 Jan 2024 14:01:53 +0100 Subject: [PATCH 3/6] update question link --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 8525cb9a..a6fa363e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -6,6 +6,6 @@ labels: ["question"] assignees: "" --- -Please, feel free to ask your question here (you can also ask your question on [our IRC channel](https://web.libera.chat/?nick=webguest?#exodus-privacy)). +Please, feel free to ask your question here (you can also ask your question [via email or IRC](https://exodus-privacy.eu.org/en/page/who/#contact)). Please note that we're all volunteers and may take time to respond. From 8ae900cf5c8b221f7a0c6aba4a346e7c5fac885f Mon Sep 17 00:00:00 2001 From: Doctor Date: Fri, 26 Jan 2024 14:02:52 +0100 Subject: [PATCH 4/6] fix feature_request eg instead of ex --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ea5549b6..8753c17b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,7 +8,7 @@ assignees: "" ## 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 […] +A clear and concise description of what the problem is. Eg. I'm always frustrated when […] ## Describe the solution you'd like From 3d9d06896c3cf1978a5ae4b10ce89de24c709c04 Mon Sep 17 00:00:00 2001 From: Doctor Date: Fri, 26 Jan 2024 14:03:46 +0100 Subject: [PATCH 5/6] question: more precise sentence about volunteers --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index a6fa363e..942e4be5 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -8,4 +8,4 @@ assignees: "" Please, feel free to ask your question here (you can also ask your question [via email or IRC](https://exodus-privacy.eu.org/en/page/who/#contact)). -Please note that we're all volunteers and may take time to respond. +Please note that we're all volunteers and there might be some delay before an answer comes. From c3ae624a07edd6b6b6c0b11d3116365267d3eb66 Mon Sep 17 00:00:00 2001 From: Doctor Date: Fri, 26 Jan 2024 14:12:46 +0100 Subject: [PATCH 6/6] bug_report: clarification that the last 2 blocks are for local installs --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e3be6222..4c1aa1ae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: "" ## Describe the bug -A clear and concise description of what the bug is. Add some log extract so we can see what is happening. Don't forget to add some context. +A clear and concise description of what the bug is. Add some log extract (if this bug concern your own local Exodus install) so we can see what is happening. Don't forget to add some context. ## To Reproduce @@ -20,9 +20,13 @@ A description of what you expected to happen. ## Version details +If this bug concern your own local Exodus install please specify the following versions, otherwise you can delete this section. + - OS: [e.g. Debian 12, OSX] - Exodus version: [e.g. `1.28.3`] ## Install method +If this bug concern your own local Exodus install please specify your install method, otherwise you can delete this section. + How did you install Exodus? via Docker? From Pip?