From fac826f0401427f6aebbb3e7ac1220ef2c92e986 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 9 Oct 2023 13:04:47 -0400 Subject: [PATCH 1/2] Dev (#212) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dba08eb..8aa072c 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ If you found a security vulnerability, please do **not** create a public issue, ## Screenshots
- + - + - +
## Support ❤ From 84d4153b5cceb9ebcac940ab7625fc980d2a2c28 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Oct 2023 00:26:26 -0400 Subject: [PATCH 2/2] Update issue templates --- .github/ISSUE_TEMPLATE/ask-a-question.md | 20 +++++++++++++++++++ .../{bug_report.md => bug-report.md} | 4 ++-- ...{feature_request.md => feature-request.md} | 4 ++-- 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/ask-a-question.md rename .github/ISSUE_TEMPLATE/{bug_report.md => bug-report.md} (95%) rename .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} (93%) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md new file mode 100644 index 0000000..019d573 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -0,0 +1,20 @@ +--- +name: Ask a Question +about: Ask about a particular topic +title: '' +labels: question +assignees: '' + +--- + +**Is your question related to a problem or code? Please describe.** +A clear and concise description of what the problem or code is. Ex. I'm confused about how [...] works, or I'm facing an issue when [...] + +**Describe what you've tried to solve this question** +Explain what steps or research you've already taken to try and understand or solve this. + +**Include any code or screenshots (if applicable)** +Add any code snippets, error messages, or screenshots that might help others understand your question better. + +**Additional context** +Include any additional context or details that might help get a clearer understanding of your question. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 95% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug-report.md index dd84ea7..d1305d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,8 +1,8 @@ --- -name: Bug report +name: Bug Report about: Create a report to help us improve title: '' -labels: '' +labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 93% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature-request.md index bbcbbe7..34f91c5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,8 +1,8 @@ --- -name: Feature request +name: Feature Request about: Suggest an idea for this project title: '' -labels: '' +labels: enhancement assignees: '' ---