dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 59c814d3dad5f20216c56338814986d39a124b95
parent e2887f2cfd10bc2f0d55cd0f782a9a3ea6a02d8a
Author: Devin J. Pohly <djpohly+github@gmail.com>
Date:   Sun, 26 Jul 2020 11:43:53 -0400

Update issue templates
Diffstat:
A.github/ISSUE_TEMPLATE/bug_report.md | 10++++++++++
A.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 @@ -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 @@ -0,0 +1,10 @@ +--- +name: Enhancement idea +about: Suggest a feature or improvement +title: '' +labels: 'Type: enhancement' +assignees: '' + +--- + +