Skip to content

Commit

Permalink
Merge pull request #75 from strapi-community/feature/bug-reports
Browse files Browse the repository at this point in the history
chore(bugreport.js):
  • Loading branch information
Eventyret committed May 24, 2023
2 parents bd90d69 + 1228116 commit 0dc2b7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/bugreport.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const generateError = async error => {
const url = newGithubIssueUrl({
repo: `strapi-tool-dockerize`,
user: `strapi-community`,
title: `Error: ${error.message}`,
title: `Error: Please add a title`,
template: `BUG_REPORT.md`,
assignee: `eventyret`,
body: `## 🐛 Bug Report
<!-- Please give as much information as possible just submitting this with no other information from yourself, the issue will just be closed -->
## 🤷‍♀️ What did you do
<!-- A clear and concise description of the behavior. -->
## ⛔️ Error log
Expand Down

0 comments on commit 0dc2b7d

Please sign in to comment.