-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
74 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before opening a bug report, please search the existing discussions. | ||
To address this bug as fast as possible, we need the following information. | ||
- type: input | ||
id: deployer-version | ||
attributes: | ||
label: Deployer Version | ||
description: Which version of Deployer are you using? Please provide the full version, e.g. v7.4.0. | ||
placeholder: v7.4.0 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: target-os | ||
attributes: | ||
label: Target OS | ||
description: Which operating system are you using? Please provide the full version, e.g. Ubuntu 22.04. | ||
placeholder: Ubuntu 22.04 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: php-version | ||
attributes: | ||
label: Which PHP version are you using? | ||
options: | ||
- PHP 8.3 | ||
- PHP 8.2 | ||
- PHP 8.1 | ||
- PHP 8.0 | ||
- PHP 7.4 | ||
- PHP 7.3 | ||
- PHP 7.2 | ||
- PHP 7.1 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: deploy-php | ||
description: Please, provide a minimal reproducible example of deploy.php or deploy.yaml file. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Please provide the steps to reproduce the bug. | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask question | ||
url: https://github.com/deployphp/deployer/discussions/category_choices | ||
about: Please ask questions in discussions. | ||
- name: Bug Report | ||
url: https://github.com/deployphp/deployer/discussions/new?category=bugs | ||
about: Submit a bug or an issue | ||
- name: Feature request | ||
url: https://github.com/deployphp/deployer/discussions/new?category=features | ||
about: For ideas or feature requests | ||
- name: Support questions & other | ||
url: https://github.com/deployphp/deployer/discussions/new?category=help-needed | ||
about: If you have a question or need help using the library | ||
- name: General discussion | ||
url: https://github.com/deployphp/deployer/discussions/new?category=general | ||
about: Start a new discussion | ||
- name: Documentation issue | ||
url: https://github.com/livewire/livewire/pulls | ||
about: For documentation issues, please open a pull request |
This file was deleted.
Oops, something went wrong.