Skip to content

Commit

Permalink
Use target blank
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed May 23, 2024
1 parent dd5115a commit 11d62d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ description: "Report something that's broken."
body:
- type: markdown
attributes:
value: "Please read [our full contribution guide](https://github.com/owen-it/laravel-auditing/blob/master/CONTRIBUTING.md) before submitting bug reports. If you notice improper DocBlock, PHPStan, or IDE warnings while using Laravel Auditing, do not create a GitHub issue. Instead, please submit a pull request to fix the problem."
value: "Please read <a href='https://github.com/owen-it/laravel-auditing/blob/master/CONTRIBUTING.md' target='_blank' rel='noopener'>our full contribution guide</a> before submitting bug reports. If you notice improper DocBlock, PHPStan, or IDE warnings while using Laravel Auditing, do not create a GitHub issue. Instead, please submit a pull request to fix the problem."
- type: input
attributes:
label: PHP Version
description: Provide the PHP version that you are using. [Please ensure it is still supported.](https://github.com/owen-it/laravel-auditing?tab=readme-ov-file#version-information)
description: Provide the PHP version that you are using. <a href='https://github.com/owen-it/laravel-auditing?tab=readme-ov-file#version-information' target='_blank' rel='noopener'>Please ensure it is still supported.</a>
placeholder: "8.3"
validations:
required: true
- type: input
attributes:
label: Laravel Version
description: Provide the Laravel version that you are using. [Please ensure it is still supported.](https://github.com/owen-it/laravel-auditing?tab=readme-ov-file#version-information)
description: Provide the Laravel version that you are using. <a href='https://github.com/owen-it/laravel-auditing?tab=readme-ov-file#version-information' target='_blank' rel='noopener'>Please ensure it is still supported.</a>
placeholder: "11.x"
validations:
required: true
- type: input
attributes:
label: Package Version
description: Provide the Laravel Auditing package version that you are using. [Please ensure it is still supported.](https://github.com/owen-it/laravel-auditing?tab=readme-ov-file#version-information)
description: Provide the Laravel Auditing package version that you are using. <a href='https://github.com/owen-it/laravel-auditing?tab=readme-ov-file#version-information' target='_blank' rel='noopener'>Please ensure it is still supported.</a>
placeholder: "13.6.6"
validations:
required: true
Expand Down

0 comments on commit 11d62d0

Please sign in to comment.