From efea65878a75cb96ed0c33321415ce72c35d6a36 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 27 Oct 2023 15:10:40 -0700 Subject: [PATCH] update config.yml; --- .github/ISSUE_TEMPLATE/{config.yml => _config.yml} | 5 +++++ config.yml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{config.yml => _config.yml} (50%) delete mode 100644 config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/_config.yml similarity index 50% rename from .github/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/_config.yml index 8537fd7..e73d9ca 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/_config.yml @@ -1,3 +1,8 @@ +title: NEAR Developer Experience (DX) +description: Resources for developers building on NEAR Protocol +remote_theme: pages-themes/midnight@v0.2.0 +plugins: +- jekyll-remote-theme blank_issues_enabled: false contact_links: - name: ❓- Dev Support diff --git a/config.yml b/config.yml deleted file mode 100644 index f89df48..0000000 --- a/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -title: NEAR Developer Experience (DX) -description: Resources for developers building on NEAR Protocol -remote_theme: pages-themes/midnight@v0.2.0 -plugins: -- jekyll-remote-theme \ No newline at end of file