From ce1fe32e553d879c1aac567e122a47eb4da214c4 Mon Sep 17 00:00:00 2001 From: Brendan Falk <4949076+brendanfalk@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:44:48 -0800 Subject: [PATCH] trying markdown --- .github/ISSUE_TEMPLATE/1_general_question.md | 5 +++++ .github/ISSUE_TEMPLATE/1_general_question.yml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/1_general_question.md delete mode 100644 .github/ISSUE_TEMPLATE/1_general_question.yml diff --git a/.github/ISSUE_TEMPLATE/1_general_question.md b/.github/ISSUE_TEMPLATE/1_general_question.md new file mode 100644 index 0000000..b95aaf1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_general_question.md @@ -0,0 +1,5 @@ +--- +name: General question +about: Ask a general question about Fig or CodeWhisperer for command line +--- + diff --git a/.github/ISSUE_TEMPLATE/1_general_question.yml b/.github/ISSUE_TEMPLATE/1_general_question.yml deleted file mode 100644 index 43c1b43..0000000 --- a/.github/ISSUE_TEMPLATE/1_general_question.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: "General Questions" -description: "Ask a general question about Fig or CodeWhisperer for command line"