diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..d6d5d3c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: "[BUG]" labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/certificate-request.md b/.github/ISSUE_TEMPLATE/certificate-request.md new file mode 100644 index 0000000..5737580 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/certificate-request.md @@ -0,0 +1,10 @@ +--- +name: Certificate request +about: 'Request a certificate in a certain topic ' +title: "[CERTIFICATE]" +labels: '' +assignees: '' + +--- + +Ask us to find free certificates in a specific field that you couldn't find here and we will add it. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..e0c0168 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: '' +title: "[FEATURE]" labels: '' assignees: ''