Skip to content

Commit 0dc2b7d

Browse files
authored
Merge pull request #75 from strapi-community/feature/bug-reports
chore(bugreport.js):
2 parents bd90d69 + 1228116 commit 0dc2b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bugreport.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ const generateError = async error => {
55
const url = newGithubIssueUrl({
66
repo: `strapi-tool-dockerize`,
77
user: `strapi-community`,
8-
title: `Error: ${error.message}`,
8+
title: `Error: Please add a title`,
99
template: `BUG_REPORT.md`,
1010
assignee: `eventyret`,
1111
body: `## 🐛 Bug Report
12-
12+
13+
<!-- Please give as much information as possible just submitting this with no other information from yourself, the issue will just be closed -->
1314
## 🤷‍♀️ What did you do
14-
1515
<!-- A clear and concise description of the behavior. -->
1616
1717
## ⛔️ Error log

0 commit comments

Comments
 (0)