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: '' ---