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: ''