From ceacda7d80380ec832ce80d17c686128e646209d Mon Sep 17 00:00:00 2001 From: Andreas Becker Date: Tue, 29 Dec 2020 01:05:47 +0100 Subject: Added a bug, change and feature template (#716) Co-authored-by: Andreas Becker --- .github/ISSUE_TEMPLATE/change.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/change.md (limited to '.github/ISSUE_TEMPLATE/change.md') diff --git a/.github/ISSUE_TEMPLATE/change.md b/.github/ISSUE_TEMPLATE/change.md new file mode 100644 index 00000000..a35a6bc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/change.md @@ -0,0 +1,30 @@ +--- +name: Change +about: Change or extend functionality that already exists. +labels: change, unreviewed + +--- + + + +# Current behavior + + +# Desired behavior + + +# Screenshots/Mockup/Designs + + +# Additional information + + +# Your Environment + +Please tell us more about your environment + +**VeraCrypt version:** + +**Operating system and version:** + +**System type:** \ No newline at end of file -- cgit v1.2.3