Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new version of issue templates #932

Merged
merged 3 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Bug Report
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."
- 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)
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)
placeholder: 11.x
- 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)
placeholder: 13.6.6
validations:
required: true
- type: textarea
attributes:
label: Description
description: Provide a detailed description of the issue you are facing. Describe the behaviour you're experiencing and what behaviour you're expecting. Please, do not just copy and paste a random error message and expect help.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Provide detailed steps to reproduce your issue. Make sure to include code (affected models, configuration, ...). Pastebins, screenshots and/or other resources that may help us understand what's going on, will also be appreciated. If necessary, please provide a GitHub repository to demonstrate your issue using.
validations:
required: true
- type: textarea
attributes:
label: Possible Solutions
description: If you have any ideas on how to solve the issue, add them here, otherwise you can omit this part.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Feature request
url: https://github.com/owen-it/laravel-auditing/discussions/new?category=ideas
about: 'For ideas or feature requests, start a new discussion'
- name: Support Questions & Other
url: https://github.com/owen-it/laravel-auditing/discussions/new?category=q-a
about: 'This space is only for reporting bugs. If you have a question or need help use discussions, click:'
- name: Documentation issue
url: https://github.com/owen-it/laravel-auditing.com/issues/new
about: For documentation issues, open a pull request at the owen-it/laravel-auditing.com repository