From 4358f6571f8c71369d5a36da96b3c2ada7151f95 Mon Sep 17 00:00:00 2001 From: James Brundage <@github.com> Date: Sun, 10 Sep 2023 13:21:13 -0700 Subject: [PATCH] Adding Formatting Issue Template (Fixes #269) --- .github/ISSUE_TEMPLATE/Formatting.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Formatting.yml diff --git a/.github/ISSUE_TEMPLATE/Formatting.yml b/.github/ISSUE_TEMPLATE/Formatting.yml new file mode 100644 index 0000000..31bc944 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Formatting.yml @@ -0,0 +1,17 @@ +name: Formatting +description: Improve the Look and Feel of Posh +title: "Formatting for " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Tell us a little bit about what you'd like. + - type: textarea + id: Description + attributes: + label: Description + description: Describe what you'd like to see. + validations: + required: false + \ No newline at end of file