From 9ff22fb4f3b9954fd1f6f3bb4a188a0dc2a0d9ea Mon Sep 17 00:00:00 2001 From: Akiko Takano Date: Sat, 8 Feb 2020 06:30:20 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue-template.md | 46 ++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 0000000..54c86c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,46 @@ +--- +name: issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +This is a template to report a bug related to the Redmine issue templates plugin. +You can fill in any format, freestyle in case report features or questions. + +## Summary + + +## Description + + +## Environment + +This information is greatly helpful to support quickly. +You can get this information from Redmine's information page. +(E.g. http://example.com/admin/info) + +- Redmine version +- Installed plugins +- Ruby version +- OS Platform +- Database (MariaDB, MySQL, PostgreSQL) and its version +- Rails Env + + +## Visual Proof / Screenshot + +When reporting an application error, post the error stack trace that you should find in the **log file** (eg. log/production.log). + +A screenshot would be also helpful. + + +## Expected Results + +## Actual Results + +## Workaround + +Please let me know if you have any workaround.