dwl

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

commit 7ed4956b2380fc58219a3f51dd8f74e94ae09cf4
parent 167dc0300480ecabdb690b978a6554ea45b84f1b
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Sun, 27 Dec 2020 12:54:39 -0500

Revert "remove github directory"

This reverts commit 572ccd92c43b83b677e87c3926d0f5703224c2d8.

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: '' + +--- + +