diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..82b034bf5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,8 @@ +--- +name: bug +about: Use this template to report any bugs you've encountered related to the project +title: 'Bug' +labels: bug + +--- + diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md new file mode 100644 index 000000000..26b185b1a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -0,0 +1,10 @@ +--- +name: question +about: Use this template to ask any questions about the service +title: 'Question' +labels: question + +--- + +#### What is your question? + diff --git a/.github/ISSUE_TEMPLATE/report-abuse.md b/.github/ISSUE_TEMPLATE/report-abuse.md new file mode 100644 index 000000000..f6d0152ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-abuse.md @@ -0,0 +1,13 @@ +--- +name: report-abuse +about: Use this template to report abusive domains +title: 'Report abuse' +labels: report-abuse + +--- + +**Domain you want to report**: + +### Reason +Explain why you think this domain is being abused + diff --git a/.github/ISSUE_TEMPLATE/suggestions.md b/.github/ISSUE_TEMPLATE/suggestions.md new file mode 100644 index 000000000..f4599a74c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestions.md @@ -0,0 +1,8 @@ +--- +name: suggestion +about: Use this template for feedbacks and suggestions +title: 'Suggestion' +labels: suggestion + +--- + diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 000000000..9a8926bfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,12 @@ +--- +name: support +about: Use this template if you need any support with your domain +title: 'Support' +labels: support + +--- + +**Your domain name**: + +Explain any issues you are facing +