From 5942af48552dbc1d92ff9beb1b9538d4ab99b85a Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 8 Jan 2019 21:28:17 +0800 Subject: [PATCH] Add a checklist to issue report --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8fda8899353f..554d6bd9ec75 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,14 @@ assignees: '' --- +#### Bug Report Checklist + +- [ ] Have you provided a full/minimal spec to reproduce the issue? +- [ ] What's the version of OpenAPI Generator used? +- [ ] Have you search for related issues/PRs? +- [ ] What's the actual output vs expected output? +- [ ] [Optional] Bounty to sponsor the fix ([example](https://www.bountysource.com/issues/66123212-javascript-client-produces-a-wrong-object-for-a-string-enum-type-that-is-used-with-ref)) +