From 4ed6e23c5ccfdd5e11b1130164c018e0215328c8 Mon Sep 17 00:00:00 2001 From: BANO Date: Mon, 8 Apr 2024 21:02:54 +0200 Subject: [PATCH] Fix issue templates (#807) * fix: use yml extension instead of yaml * fix: set default issue titles --- .github/ISSUE_TEMPLATE/{bug.yaml => bug.yml} | 2 +- .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 0 .github/ISSUE_TEMPLATE/{defect.yaml => defect.yml} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{bug.yaml => bug.yml} (98%) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (100%) rename .github/ISSUE_TEMPLATE/{defect.yaml => defect.yml} (95%) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/bug.yaml rename to .github/ISSUE_TEMPLATE/bug.yml index 77a0b6b6d..184d7cab9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report for the library in @reatom/* -title: "" +title: Bug with reatom library labels: - bug body: diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/defect.yaml b/.github/ISSUE_TEMPLATE/defect.yml similarity index 95% rename from .github/ISSUE_TEMPLATE/defect.yaml rename to .github/ISSUE_TEMPLATE/defect.yml index 1da510d4e..dde8eedfb 100644 --- a/.github/ISSUE_TEMPLATE/defect.yaml +++ b/.github/ISSUE_TEMPLATE/defect.yml @@ -1,6 +1,6 @@ name: Defect description: Report reatom.dev site problem or problems with development tools -title: "" +title: Defect of reatom.dev site or developer tools labels: - defect body: