From b0f4016c84668400bde795e301a99ed3f48c635b Mon Sep 17 00:00:00 2001 From: XinHui Long Date: Tue, 24 Aug 2021 10:13:33 +0800 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ 1 file changed, 18 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 00000000..e3eaadc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +about: Please answer these questions before submitting your issue. Thanks! +title: '' +labels: bug +assignees: '' + +--- + +1. What did you do? If possible, provide a simple script for reproducing the error. + + +2. What did you expect to see? + + +3. What did you see instead + +4. What is your Xhprof version? From ee13b2ec870421820cb8914b8065fb10c86c8920 Mon Sep 17 00:00:00 2001 From: XinHui Long Date: Tue, 24 Aug 2021 10:18:43 +0800 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e3eaadc5..416bc639 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,16 @@ --- name: Bug report -about: Please answer these questions before submitting your issue. Thanks! +about: I want to report a Bug title: '' labels: bug assignees: '' --- +## Bug Report + +Please answer these questions before submitting your issue. Thanks! + 1. What did you do? If possible, provide a simple script for reproducing the error. From d508745efe89eee5cef4f2ab52d1ee8223a20867 Mon Sep 17 00:00:00 2001 From: XinHui Long Date: Tue, 24 Aug 2021 10:19:41 +0800 Subject: [PATCH 3/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 416bc639..d8320a1f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,4 +19,5 @@ Please answer these questions before submitting your issue. Thanks! 3. What did you see instead + 4. What is your Xhprof version?