summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorhenil <dedaniahenil@gmail.com>2021-01-25 23:06:24 +0530
committerhenil <dedaniahenil@gmail.com>2021-01-31 12:12:55 +0530
commitaa8da0b14232ca20ff6438bbd2ba9477888e1db1 (patch)
tree08c679b8053d525fc100a80718858061d6a00e67 /.github
parent63a2dc33995fad81c7eec02b23e38afdc3f426e8 (diff)
Add initial issue template and CONTRIBUTING.md
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/blank_issue.md4
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md5
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml1
3 files changed, 10 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md b/.github/ISSUE_TEMPLATE/blank_issue.md
new file mode 100644
index 000000000..9aef3ebe6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/blank_issue.md
@@ -0,0 +1,4 @@
+---
+name: Blank Issue
+about: Create a blank issue.
+---
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..5e6553c91
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,5 @@
+---
+name: Bug Report
+about: Create a bug report
+labels: bug
+---
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..0086358db
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: true