We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd90d69 + 1228116 commit 0dc2b7dCopy full SHA for 0dc2b7d
utils/bugreport.js
@@ -5,13 +5,13 @@ const generateError = async error => {
5
const url = newGithubIssueUrl({
6
repo: `strapi-tool-dockerize`,
7
user: `strapi-community`,
8
- title: `Error: ${error.message}`,
+ title: `Error: Please add a title`,
9
template: `BUG_REPORT.md`,
10
assignee: `eventyret`,
11
body: `## 🐛 Bug Report
12
-
+
13
+<!-- Please give as much information as possible just submitting this with no other information from yourself, the issue will just be closed -->
14
## 🤷♀️ What did you do
15
<!-- A clear and concise description of the behavior. -->
16
17
## ⛔️ Error log
0 commit comments