diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..8f29de4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,12 @@ +--- +name: Feature request +about: Suggest a new feature +title: "[FEATURE] Title" +labels: enhancement +assignees: '' + +--- + +## Describe the feature + +## Additional details diff --git a/.github/ISSUE_TEMPLATE/general-question.md b/.github/ISSUE_TEMPLATE/general-question.md new file mode 100644 index 0000000..3ee2dab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-question.md @@ -0,0 +1,10 @@ +--- +name: General question +about: Ask a question +title: "[QUESTION] Title" +labels: question +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md new file mode 100644 index 0000000..4236fbb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -0,0 +1,25 @@ +--- +name: Report bug +about: Report a new bug. Check for duplicates before submitting! +title: "[BUG] Title" +labels: bug +assignees: '' + +--- + +## Expected Behavior + +## Actual Behavior + +## Steps to Reproduce the Problem + +1. +1. +1. + +## Specifications + +- **ass version**: +- **host OS**: (linux/windows/macos including versions and distros) +- **reverse proxy**: ("no" or the name of the proxy software) +- **Cloudflare?** yes/no