From f9b296cb606e153f7ee8deb40b9d09e25f2a338e Mon Sep 17 00:00:00 2001 From: Satadru Pramanik Date: Tue, 8 Nov 2022 19:47:45 -0500 Subject: [PATCH] remove inline markdownlint comment (#7610) * remove inline markdownlint comment * move mdl config files --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/.mdl_style.rb => .mdl_style.rb | 0 .github/ISSUE_TEMPLATE/.mdlrc => .mdlrc | 0 3 files changed, 1 deletion(-) rename .github/ISSUE_TEMPLATE/.mdl_style.rb => .mdl_style.rb (100%) rename .github/ISSUE_TEMPLATE/.mdlrc => .mdlrc (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5debfb342..7a4c8b46d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,6 @@ labels: '' assignees: '' --- - **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/.mdl_style.rb b/.mdl_style.rb similarity index 100% rename from .github/ISSUE_TEMPLATE/.mdl_style.rb rename to .mdl_style.rb diff --git a/.github/ISSUE_TEMPLATE/.mdlrc b/.mdlrc similarity index 100% rename from .github/ISSUE_TEMPLATE/.mdlrc rename to .mdlrc