Skip to content

Commit

Permalink
[RELEASE] Release TYPO3 Rector 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Apr 18, 2024
1 parent 3243d95 commit 386e867
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Bug Report
description: Report an Issue or Bug with the Package
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
We're sorry to hear you have a problem. Can you help us solve it by providing the following details.
- type: textarea
id: what-happened
attributes:
label: What happened?
description: What did you expect to happen?
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
validations:
required: true
- type: textarea
id: how-to-reproduce
attributes:
label: How to reproduce the bug
description: How did this occur, please add any config values used and provide a set of reliable steps if possible.
placeholder: When I do X I see Y.
validations:
required: true
- type: input
id: package-version
attributes:
label: Package Version
description: What version of our Package are you running? Please be as specific as possible
placeholder: 2.0.0
validations:
required: true
- type: input
id: php-version
attributes:
label: PHP Version
description: What version of PHP are you running? Please be as specific as possible
placeholder: 8.2.0
validations:
required: true
- type: input
id: laravel-version
attributes:
label: Laravel Version
description: What version of Laravel are you running? Please be as specific as possible
placeholder: 9.0.0
validations:
required: true
- type: dropdown
id: operating-systems
attributes:
label: Which operating systems does with happen with?
description: You may select more than one.
multiple: true
options:
- macOS
- Windows
- Linux
- type: textarea
id: notes
attributes:
label: Notes
description: Use this field to provide any other notes that you feel might be relevant to the issue.
validations:
required: false
2 changes: 1 addition & 1 deletion bin/typo3-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

(new SingleCommandApplication())
->setName('Initialize TYPO3-Rector configuration')
->setVersion('2.3.1')
->setVersion('2.5.0')
->setDescription('Initializes a bare configuration to start with your TYPO3 upgrade')
->setCode(static function (InputInterface $input, OutputInterface $output): int {
$projectDirectory = getcwd();
Expand Down

0 comments on commit 386e867

Please sign in to comment.