From 2306ef3063cc55451082763c5e1b9b0e60efb207 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:14:28 -0500 Subject: [PATCH] Update issue templates (#8901) Wanted to start to have a stdlib issue template. I know this is rough but it's something to start with. --- .../standard-library-bug-or-feature-report.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md diff --git a/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md b/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md new file mode 100644 index 0000000000..a51de54d67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md @@ -0,0 +1,11 @@ +--- +name: standard library bug or feature report +about: Used to submit issues related to the nu standard library +title: '' +labels: std-library +assignees: '' + +--- + +**Describe the bug or feature** +A clear and concise description of what the bug is.