From 4e4679bf774d2e61b2c02a42241cd8efe6601464 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Sun, 12 Apr 2020 16:50:05 -0400 Subject: [PATCH] Update issue templates [ci skip] This commit adds issue templates for bug reports and feature requests, hopefully making issue triage a bit easier. This was created using GitHub's [issue template UI]. [issue template UI]: https://github.com/thoughtbot/factory_bot_rails/issues/templates/edit --- .github/ISSUE_TEMPLATE/bug_report.md | 39 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 33 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9e1074d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' + +--- + + + +### Description + + + + + +### Reproduction Steps + + + +### Expected behavior + + + +### Actual behavior + + + +### System configuration +**factory_bot_rails version**: +**factory_bot version**: +**rails version**: +**ruby version**: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..5639fe0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,33 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'feature' +assignees: '' + +--- + + + +### Problem this feature will solve + + + + + +### Desired solution + + + +## Alternatives considered + + + +## Additional context + +