From 5b91d40a8af2db6d521dd91e54367b7d025b4a80 Mon Sep 17 00:00:00 2001 From: Jim Schubert Date: Sun, 9 Dec 2018 22:30:55 -0500 Subject: [PATCH] Update issue templates (#1636) This updates issue templates to support auto-labeling, and multiple issue formats. --- .github/ISSUE_TEMPLATE/announcement.md | 10 +++++ .github/ISSUE_TEMPLATE/bug_report.md | 54 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 ++++++++++ 3 files changed, 88 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/announcement.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/announcement.md b/.github/ISSUE_TEMPLATE/announcement.md new file mode 100644 index 00000000000..3b3c1d2d9a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/announcement.md @@ -0,0 +1,10 @@ +--- +name: Announcement +about: Announcements related to the project +title: "[Announcement] TITLE" +labels: Announcement +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..8fda8899353 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,54 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: "[BUG] Description" +labels: 'Issue: Bug' +assignees: '' + +--- + + + +##### Description + + + +##### openapi-generator version + + + +##### OpenAPI declaration file content or url + + + +##### Command line used for generation + + + +##### Steps to reproduce + + + +##### Related issues/PRs + + + +##### Suggest a fix + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..404498fa9a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[REQ] Feature Request Description" +labels: 'Enhancement: Feature' +assignees: '' + +--- + +### Is your feature request related to a problem? Please describe. + + + +## Describe the solution you'd like + + + +## Describe alternatives you've considered + + + +## Additional context + +