diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 95% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml index 7d2a31fa..81714ee4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,9 +1,8 @@ ---- name: Bug report -about: Create a report to help Termix improve +description: Create a report to help Termix improve title: "[BUG]" -labels: bug -assignees: "" +labels: [bug] +assignees: [] body: - type: input id: title diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index b69f7b11..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: GitHub Community Support - url: https://github.com/community - about: Please ask and answer questions here. - - name: GitHub Security - url: https://github.com/security - about: Please report security vulnerabilities here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 93% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.yml index 4082ad24..b9b543db 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,9 +1,8 @@ ---- name: Feature request -about: Suggest an idea for Termix +description: Suggest an idea for Termix title: "[FEATURE]" -labels: enhancement -assignees: "" +labels: [enhancement] +assignees: [] body: - type: input id: title