Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "🐛 Bug Report"
description: "Found a bug in our project? Create a report to help us improve."
body:
- type: markdown
attributes:
value: "Thanks for helping improve Ratchet by reporting a bug!
Please check [existing Issues](https://github.com/ratchetphp/Ratchet/issues) before submitting."

- type: textarea
id: reproduction
attributes:
label: "Reproduction Steps"
description: "Exact steps to reproduce (include code samples)"
validations:
required: true

- type: textarea
id: environment
attributes:
label: "Runtime Environment"
placeholder: "PHP version, Ratchet version, etc."
validations:
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: "Ratchet Discussions"
url: https://github.com/ratchetphp/Ratchet/discussions
about: 'We are happy to answer your questions! Start a new discussion in our "Q&A" category.'
- name: "Feature Requests"
url: https://github.com/ratchetphp/Ratchet/discussions/categories/ideas
about: 'You have ideas to improve our project? Start a new discussion in our "Ideas" category.'