1
0
Fork 0

Update issue templates

pull/12284/head
Jordi Boggiano 2025-01-20 14:05:30 +01:00 committed by GitHub
parent 3acb0ca26b
commit 4871bd729d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 88 additions and 0 deletions

34
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: Bug
assignees: ''
---
My `composer.json`:
```json
...replace me...
```
Output of `composer diagnose`:
```
...replace me...
```
When I run this command: <!-- run it with `-vvv` added to it ideally to get full debug output -->
```
...replace me...
```
I get the following output: <!-- FULL OUTPUT please, not just what you think is relevant -->
```
...replace me...
```
And I expected this to happen:

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Feature
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -0,0 +1,34 @@
---
name: Support request / question
about: Confused, looking for assistance, and you don't like GitHub Discussions?
title: ''
labels: Support
assignees: ''
---
My `composer.json`:
```json
...replace me...
```
Output of `composer diagnose`:
```
...replace me...
```
When I run this command: <!-- run it with `-vvv` added to it ideally to get full debug output -->
```
...replace me...
```
I get the following output: <!-- FULL OUTPUT please, not just what you think is relevant -->
```
...replace me...
```
And I expected this to happen: