From 3f6cde1cd5ede9fe9e3463a2b8859ff4c65f0118 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 31 May 2020 16:09:42 -0700 Subject: [PATCH] Fix Github issue template location * Issue templates must be nested inside .github/ISSUE_TEMPLATE --- .github/{ => ISSUE_TEMPLATE}/bug_report.md | 2 +- .github/{ => ISSUE_TEMPLATE}/config.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{ => ISSUE_TEMPLATE}/bug_report.md (97%) rename .github/{ => ISSUE_TEMPLATE}/config.yml (100%) diff --git a/.github/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 97% rename from .github/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 803385e4..c16fc28d 100644 --- a/.github/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,7 +28,7 @@ A clear and concise description of what you expected to happen. * OS: fedora-coreos, flatcar-linux (include release version) * Release: Matchbox version or Git SHA (reporting latest is **not** helpful) -### Possible Solution +**Possible Solution** diff --git a/.github/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/config.yml rename to .github/ISSUE_TEMPLATE/config.yml