Skip to content

Commit

Permalink
Switch to discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Sep 9, 2024
1 parent ecf6bd1 commit 06beb57
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 21 deletions.
59 changes: 59 additions & 0 deletions .github/DISCUSSION_TEMPLATE/bugs.yml
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
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

18 changes: 15 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
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
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 06beb57

Please sign in to comment.