From d9dd80b90a06c26968141e38d00c53cbafacbf1c Mon Sep 17 00:00:00 2001 From: Mo Langning <133737702+molangning@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:12:47 +0000 Subject: [PATCH] Changed templates --- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/PULL_REQUEST_TEMPLATE/pull_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 4ce9fcb4..ef04fde1 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: 'Question' about: 'Anything that does not fit in the other categories' title: '[Question]: ' -labels: 'proposal' +labels: 'question' assignees: '' --- diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md index 8a852f1c..04796a95 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -1,7 +1,7 @@ --- name: 'Pull request' about: 'Create a pull request to improve SecLists' -title: '[Pull request]: TITLE' +title: '[Pull request]: ' labels: 'enhancement' assignees: ''