From 6395fb05e32834081b33fa4ae06b0f6993e352cb Mon Sep 17 00:00:00 2001 From: glyph Date: Mon, 14 Mar 2022 10:20:40 +0200 Subject: [PATCH 1/2] add issue template for bug reporting --- peach-web/ISSUE_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 peach-web/ISSUE_TEMPLATE.md diff --git a/peach-web/ISSUE_TEMPLATE.md b/peach-web/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3e672ab --- /dev/null +++ b/peach-web/ISSUE_TEMPLATE.md @@ -0,0 +1,34 @@ +--- + +name: "Bug Report Template" +about: "This template is for submitting peach-web bugs." +title: "[BUG] " +ref: "main" +labels: + +- bug +- "help needed" + +--- + + + +**Brief description of the bug:** + + +**Steps to reproduce the bug:** + + +**Expected behaviour:** + + +**Technical details:** + +_Is peach-web running on an x86-64 or arm64 machine?_ + + +_What operating system distribution is it running on?_ + + From fadad1c30bcc2f476910ac50b08d4a63ca999101 Mon Sep 17 00:00:00 2001 From: glyph Date: Mon, 14 Mar 2022 10:21:50 +0200 Subject: [PATCH 2/2] formatting --- peach-web/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/peach-web/ISSUE_TEMPLATE.md b/peach-web/ISSUE_TEMPLATE.md index 3e672ab..ddb3e09 100644 --- a/peach-web/ISSUE_TEMPLATE.md +++ b/peach-web/ISSUE_TEMPLATE.md @@ -11,9 +11,9 @@ labels: --- - +> Please fill out the sections below. +> Be kind and objective when writing in text. +> Thanks for the report! :) **Brief description of the bug:**