Skip to content

Commit

Permalink
Merge branch 'release/6.0.41'
Browse files Browse the repository at this point in the history
* release/6.0.41:
  issue template cleanup
  • Loading branch information
austintoddj committed Mar 29, 2022
2 parents 4319bc2 + 4fa1076 commit e35fceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,9 @@ body:
label: Environment
description: |
examples:
- **PHP**: 8.0.0
- **Laravel**: 9.0.0
- **Database**: MySQL 5.7
value: |
- PHP:
- Laravel:
- Database:
- **PHP Version**: #.#.#
- **Laravel Version**: #.#.#
- **Database Driver & Version**:
render: markdown
validations:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body:
options:
- label: Follow our [Code of Conduct](https://github.com/austintoddj/canvas/blob/master/.github/CODE_OF_CONDUCT.md)
required: true
- label: Read the [Contributing Guidelines](https://github.com/austintoddj/canvas/blob/master/.github/CONTRIBUTING.md).
- label: Read the [Contributing Guide](https://github.com/austintoddj/canvas/blob/master/.github/CONTRIBUTING.md).
required: true
- label: Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.
required: true

0 comments on commit e35fceb

Please sign in to comment.