From 0cf01b086c5c75d306a79f746d219357914dc51c Mon Sep 17 00:00:00 2001 From: Advith Chelikani Date: Mon, 7 Aug 2023 16:18:57 -0700 Subject: [PATCH] .github: add issue template file with bug report template Signed-off-by: Advith Chelikani --- .github/ISSUE_TEMPLATE/bug-report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..59b1bbdef8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Something isn't working +title: '' +labels: "type/bug" +assignees: '' + +--- + +### Description + + + +### Reproduction Steps + + \ No newline at end of file