diff options
author | Devin J. Pohly <djpohly+github@gmail.com> | 2020-07-26 11:43:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 11:43:53 -0400 |
commit | 59c814d3dad5f20216c56338814986d39a124b95 (patch) | |
tree | f08ea26ed89802a85e4e3ed78f1d7a46406dd80f | |
parent | e2887f2cfd10bc2f0d55cd0f782a9a3ea6a02d8a (diff) |
Update issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement-idea.md | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..2a18c75 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,10 @@ +--- +name: Bug report +about: Something in dwl isn't working correctly +title: '' +labels: 'Type: bug' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/enhancement-idea.md b/.github/ISSUE_TEMPLATE/enhancement-idea.md new file mode 100644 index 0000000..92c6c8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement-idea.md @@ -0,0 +1,10 @@ +--- +name: Enhancement idea +about: Suggest a feature or improvement +title: '' +labels: 'Type: enhancement' +assignees: '' + +--- + + |