Skip to content

Commit c827008

Browse files
committedMar 18, 2025·
chore: fix invalid template workflow to point to proper link
1 parent 1a574eb commit c827008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎.github/workflows/issues_handleLabel.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ jobs:
152152
153153
Hello @${{ github.event.issue.user.login }},
154154
155-
We ask that you please follow the [issue template](https://raw.githubusercontent.com/strapi/strapi/master/.github/ISSUE_TEMPLATE/BUG_REPORT.md).
156-
A proper issue submission let's us better understand the origin of your bug and therefore help you. We will reopen your issue when we receive the issue following the template guidelines and properly fill out the template. You can see the template guidelines for bug reports [here](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md#reporting-an-issue).
155+
We ask that you please follow the issue template.
156+
A proper issue submission let's us better understand the origin of your bug and therefore help you. You can see the template guidelines for bug reports [here](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md#reporting-an-issue).
157157
158-
Please update the issue with the template and we can reopen this report.
158+
Please create a new issue and completely fill out the issue template, you can [open a new issue here](https://github.com/strapi/strapi/issues/new?template=BUG_REPORT.yml).
159159
160160
Thank you.
161161
- name: 'Close: invalid bug report template'

0 commit comments

Comments
 (0)
Please sign in to comment.