Skip to content

Commit

Permalink
chore(bug-report): add a template to be used when reporting a bug
Browse files Browse the repository at this point in the history
This will help to have a better bug report.
  • Loading branch information
adrorocker committed Apr 28, 2024
1 parent e9d9438 commit d42db3c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/Bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Bug Report
description: "Report something that's broken."
body:
- type: input
attributes:
label: Package Version
description: Provide the package version that you are using. [Please ensure it is still supported.](https://github.com/domainvalidity/php-domain-validator?tab=security-ov-file#supported-versions)
placeholder: 2.0.0
validations:
required: true
- type: input
attributes:
label: PHP Version
description: Provide the PHP version that you are using.
placeholder: 8.1.0
validations:
required: true
- type: textarea
attributes:
label: Description
description: Provide a detailed description of the issue you are facing.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Provide detailed steps to reproduce your issue. If necessary, please provide a GitHub repository to demonstrate your issue
validations:
required: true

0 comments on commit d42db3c

Please sign in to comment.