From bc6ec06b883f432f87ebafe01efc22791302242d Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:02:57 +0800 Subject: [PATCH] added pull request template --- .../ISSUE_TEMPLATE/pull_request_template.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md b/.github/ISSUE_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..78faef0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request_template.md @@ -0,0 +1,21 @@ +--- +name: Feature report +about: Create a feature report to improve SecLists +title: '' +labels: '' +assignees: '' + +--- + + + +**Describe the added commits** + + +**Additional context** + + +**Checklist** + + +- [ ] I have read through and filled in the template. \ No newline at end of file