From 43106a01654bf013cf3001ed27d1e1cf37a3bbc4 Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:37:09 +0800 Subject: [PATCH] added bug report format --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..4df5cf41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a bug report to improve SecLists +title: '' +labels: '' +assignees: '' + +--- + + + +**Describe the bug** + + +**To Reproduce** + + +**Expected behavior** + + +**Screenshots** + + +**Additional context** + + +**Checklist** + + +- [ ] I have read through the the template and have filled in them in for the bug report. +- [ ] I am opening this issue to later refer it in a pull request. \ No newline at end of file