From 7bbc291370e8cd97a904c9eec10049ced6fbabfc Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 3 Nov 2022 11:11:51 +0000 Subject: [PATCH] Add 'issue_template.md' --- issue_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 000000000..81eb70fa3 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Please tell us the version of hushd being used, and if you compiled yourself or used binaries or Debian package. + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Do this '....' +3. Then this '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Desktop (please complete the following information):** + - OS: [e.g. Linux/Windows/Mac with version number] + +**Additional context** +Add any other context about the problem here. \ No newline at end of file