Skip to content

Commit

Permalink
fix(GitHub): CodePen in issue template not worked (#4029)
Browse files Browse the repository at this point in the history
- Fixes the CodePen URL in the BUG_REPORT issue template.
  • Loading branch information
kikuomax committed Mar 29, 2024
1 parent 25acddd commit 09207a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Expand Up @@ -10,7 +10,7 @@ labels:
- Try to search for your issue, it may have already been answered or even fixed in the development version.
- Check if the issue is reproducible with the latest stable version of Buefy.
- It is **required** that you clearly describe the steps necessary to reproduce the issue.
- It is recommended that you make a screenshots/animated GIFs/JSFiddle/JSBin/Codepen to demonstrate your issue. If possible, please use this [CodePen template](https://codepen.io/service-paradis/pen/KKgJZOK) to reproduce the problem.
- It is recommended that you make a screenshots/animated GIFs/JSFiddle/JSBin/Codepen to demonstrate your issue. If possible, please use this [CodePen template](https://codepen.io/kikuomax/pen/WNWZxBg) to reproduce the problem.
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
- Use English for communication
-->
Expand Down Expand Up @@ -40,4 +40,4 @@ labels:
### Actual behavior

<!--What actually happened-->
<!--If possible, please use this [CodePen template](https://codepen.io/service-paradis/pen/KKgJZOK) to reproduce the problem.-->
<!--If possible, please use this [CodePen template](https://codepen.io/kikuomax/pen/WNWZxBg) to reproduce the problem.-->

0 comments on commit 09207a4

Please sign in to comment.