From 99afbd2b28becb316d811e72b99e93cdbc9ecb19 Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Wed, 11 Sep 2024 22:58:36 +0200 Subject: [PATCH 1/3] Update issue templates --- .../bug-report-or-feature-request.md | 45 +++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++ 3 files changed, 75 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-or-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md new file mode 100644 index 0000000..a164dcb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md @@ -0,0 +1,45 @@ +--- +name: Bug report or Feature request +about: Create a report to help me improve or fix things +title: '' +labels: '' +assignees: SilkePilon + +--- + +Thank you for your interest in the KnowledgeBook project! As the owner and sole developer, I truly appreciate your enthusiasm and support. + +Before submitting an issue, please consider the following: + +**For support questions:** +Please use Stack Overflow for general support inquiries. The issues section of this repository is reserved for bug reports and feature requests. + +**I'm submitting a:** + +- [ ] Bug report +- [ ] Feature request + +**Please describe the current behavior:** + +**If reporting a bug, please provide steps to reproduce and, if possible, a minimal example demonstrating the issue:** + +**What is the expected behavior?** + +**What is the motivation or use case for changing the behavior?** + +**Please provide information about your environment:** + +- KnowledgeBook Version: +- Node.js Version: +- Operating System: +- Browser (if applicable): + +**Additional context:** +Please provide any other relevant information, such as related issues, suggestions for fixes, or links to helpful resources. + +**Supporting the Project:** +If you find KnowledgeBook useful and would like to support its development, consider sponsoring or donating to the project. You can find donation buttons and links in the main README file of the repository. Your support helps maintain and improve the project! + +I appreciate your patience as I review and respond to submissions. As a solo developer, there may be some delay in addressing issues and requests, but I am committed to improving KnowledgeBook and value your input. + +Thank you for contributing to and supporting the project! diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +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 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 or screenshots about the feature request here. From f4167388590e519f17dbdfe66819ba2af8369aea Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Wed, 11 Sep 2024 23:00:01 +0200 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report-or-feature-request.md | 2 +- .github/ISSUE_TEMPLATE/custom.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md index a164dcb..59df418 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md +++ b/.github/ISSUE_TEMPLATE/bug-report-or-feature-request.md @@ -2,7 +2,7 @@ name: Bug report or Feature request about: Create a report to help me improve or fix things title: '' -labels: '' +labels: bug, enhancement assignees: SilkePilon --- diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81..4cf157a 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -3,7 +3,7 @@ name: Custom issue template about: Describe this issue template's purpose here. title: '' labels: '' -assignees: '' +assignees: SilkePilon --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..5d33275 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,8 +2,8 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' -assignees: '' +labels: enhancement +assignees: SilkePilon --- From bc0515f98f6430dc3c582735cf925909428b3188 Mon Sep 17 00:00:00 2001 From: Silke pilon Date: Wed, 11 Sep 2024 23:00:32 +0200 Subject: [PATCH 3/3] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 5d33275..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: SilkePilon - ---- - -**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 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 or screenshots about the feature request here.