Skip to content

Commit 4bb5cdf

Browse files
Added ISSUE Templates
1 parent 04e002d commit 4bb5cdf

File tree

5 files changed

+57
-0
lines changed

5 files changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: bug
3+
about: Use this template to report any bugs you've encountered related to the project
4+
title: 'What bug did you encounter?'
5+
labels: bug
6+
7+
---
8+
9+
### Your subdomain
10+
11+
### Expected outcome
12+
13+
### Observed outcome

.github/ISSUE_TEMPLATE/questions.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: question
3+
about: Use this template to ask any questions about the service
4+
title: 'Whats your question'
5+
labels: question
6+
7+
---
8+
9+
### Your question
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: report-abuse
3+
about: Use this template to report abusive domains
4+
title: 'Report abuse'
5+
labels: report-abuse
6+
7+
---
8+
9+
### Domain
10+
11+
### Reason
12+
<!-- Explain why you think this domain is being abused -->
13+
14+
### Proof
15+
<!-- Proof of the domain being abused -->

.github/ISSUE_TEMPLATE/suggestions.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: suggestion
3+
about: Use this template for feedbacks and suggestions
4+
title: 'Feedback/suggestion'
5+
labels: suggestion
6+
7+
---
8+
9+
### What do you want added?

.github/ISSUE_TEMPLATE/support.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: support
3+
about: Use this template if you need any support with your domain
4+
title: 'Support'
5+
labels: support
6+
7+
---
8+
9+
### Your subdomain
10+
11+
### The issue

0 commit comments

Comments
 (0)