From 595127a8e6f15427c13e079754ea7d112bbf9e48 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Fri, 20 Aug 2021 09:25:24 +0700 Subject: [PATCH] Create Bug report template --- .github/ISSUE_TEMPLATE/bug-report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 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 000000000..8f7763b1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +### Description + +### Expected result + +### Current behavior + +### Preconditions (optional) + +#### Reproduction Steps + +### Acceptance criteria + +The list of acceptance criteria (defined in the corresponding User Story or coming from your functional knowledge of the product) +These acceptance criteria must be met by the corrective implementation done by the developers. + +### Context + +Devices, OS + +### Additional information + +frequency, log files,...