diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 0000000..ed7a4a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,80 @@ +--- +name: "Bug Report" +about: "Report an issue to help the project improve." +title: "[Bug] " +labels: "Type: Bug" +assignees: caffeine-addictt + +--- + +# Bug report +Your issue may already be reported! +Please check out our [active issues](https://github.com/{{REPOSITORY}}/issues) before creating one. + + + +## Expected Behavior + + + + +## Current Behavior + + + + +## Is this a regression? + + + + +## Possible Solution + + + + +## Steps to Reproduce (for bugs) + +1. +2. +3. +4. + + + +## Context + + + + +## Your Environment + +* Version used: +* Operating System and version (desktop or mobile): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2-failing-test.md b/.github/ISSUE_TEMPLATE/2-failing-test.md new file mode 100644 index 0000000..00b982a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-failing-test.md @@ -0,0 +1,40 @@ +--- +name: "Failing Test" +about: "Report failing tests or CI jobs." +title: "[Test] " +labels: "Type: Test" +assignees: caffeine-addictt + +--- + +# Failing Test +Your issue may already be reported! +Please check out our [active issues](https://github.com/{{REPOSITORY}}/issues) before creating one. + + + +## Which Jobs/Tests are Failing? +* + + + +## Reason for Failure + + + + +## Media Prove + + + + +## Additional Context + diff --git a/.github/ISSUE_TEMPLATE/3-docs-bug.md b/.github/ISSUE_TEMPLATE/3-docs-bug.md new file mode 100644 index 0000000..0821353 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-docs-bug.md @@ -0,0 +1,41 @@ +--- +name: "Documentation or README.md issue report" +about: "Report an issue in the project's documentation or README.md file." +title: "" +labels: "Documentation" +assignees: caffeine-addictt + +--- + +# Documentation Issue Report +Your issue may already be reported! +Please check out our [active issues](https://github.com/{{REPOSITORY}}/issues) before creating one. + + + +## Describe the Bug + + + + +## Steps to Reproduce + + +1. +2. +3. +4. + + + +## Additional Context + diff --git a/.github/ISSUE_TEMPLATE/4-feature-request.md b/.github/ISSUE_TEMPLATE/4-feature-request.md new file mode 100644 index 0000000..5724f06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-feature-request.md @@ -0,0 +1,43 @@ +--- +name: "Feature Request" +about: "Suggest an idea or possible new feature for this project." +title: "" +labels: "Type: Feature" +assignees: caffeine-addictt + +--- + +# Feature Request +Your issue may already be reported! +Please check out our [active issues](https://github.com/{{REPOSITORY}}/issues) before creating one. + + + +## Is Your Feature Request Related to an Issue? + + + + +## Describe the Solution You'd Like + + + + +## Describe Alternatives You've Considered + + + + +## Additional Context + diff --git a/.github/ISSUE_TEMPLATE/5-enhancement-request.md b/.github/ISSUE_TEMPLATE/5-enhancement-request.md new file mode 100644 index 0000000..6a5e5df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5-enhancement-request.md @@ -0,0 +1,43 @@ +--- +name: "Enhancement Request" +about: "Suggest an enhancement for this project. Improve an existing feature" +title: "" +labels: "Type: Enhancement" +assignees: caffeine-addictt + +--- + +# Enhancement Request +Your issue may already be reported! +Please check out our [active issues](https://github.com/{{REPOSITORY}}/issues) before creating one. + + + +## Is Your Enhancement Request Related to an Issue? + + + + +## Describe the Solution You'd Like + + + + +## Describe Alternatives You've Considered + + + + +## Additional Context + diff --git a/.github/ISSUE_TEMPLATE/6-security-report.md b/.github/ISSUE_TEMPLATE/6-security-report.md new file mode 100644 index 0000000..cd36b43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/6-security-report.md @@ -0,0 +1,95 @@ +--- +name: "Security Report" +about: "Report an issue to help the project improve." +title: "" +labels: "Type: Security" +assignees: caffeine-addictt + +--- + + + +# Security Report +Your issue may already be reported! +Please check out our [active issues](https://github.com/{{REPOSITORY}}/issues) before creating one. + + + +## Describe the Security Issue + + + + +## Steps to Reproduce + + + + +## Expected Behavior + + + + +## Media Prove + + + + +## Additional Context + + + + +### Your Environment + +* Version used: +* Operating System and version (desktop or mobile): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/7-question-support.md b/.github/ISSUE_TEMPLATE/7-question-support.md new file mode 100644 index 0000000..0d83d10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/7-question-support.md @@ -0,0 +1,20 @@ +--- +name: "Question or Support Request" +about: "Questions and requests for support." +title: "" +labels: ["Type: Question", "help wanted"] +assignees: caffeine-addictt + +--- + +# Question or Support Request + + + + +## Describe your question or ask for support + + +* \ No newline at end of file