From 8357d2b1ffe9cf159e37b7774b2119ff73fc24f1 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:11:38 +0530 Subject: [PATCH] Update github templates for Issues and PRs --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/new-blank-issue.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-blank-issue.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a5cca385..1a4dd9b2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +blank_issues_enabled: false contact_links: - name: PaperMod Discussions url: https://github.com/adityatelange/hugo-PaperMod/discussions diff --git a/.github/ISSUE_TEMPLATE/new-blank-issue.md b/.github/ISSUE_TEMPLATE/new-blank-issue.md new file mode 100644 index 00000000..dbc48f18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-blank-issue.md @@ -0,0 +1,7 @@ +--- +name: New Blank Issue +about: Anything other than bug report +title: "" +labels: "" +assignees: "" +---