Skip to content

Commit

Permalink
Updated issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Dec 15, 2024
1 parent 25cdd24 commit be0d964
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 58 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Bug Report
description: Report something that is broken or not working as expected
labels: [Bug]
assignees: [PHLAK]

body:
- type: input
id: library-version
attributes:
label: Twine Version
description: What version of Twine are you using?
validations:
required: true

- type: input
id: php-version
attributes:
label: PHP Version
description: |
What version of PHP do you have installed?
Run `php --version` from a command line to find your version.
validations:
required: true

- type: textarea
id: description
attributes:
label: Describe the Bug
description: |
A description of the observed behavior and any other context about the problem.
Error logs and/or steps required to reproduce the error would be helpful here.
validations:
required: true
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Feature Request
description: Suggest an idea or an enhancement
labels: [Enhancement]
assignees: [PHLAK]

body:
- type: textarea
id: description
attributes:
label: Describe the feature or enhancement
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Additional context
description: List any additional context about the feature or alternative soltions you have considered.
validations:
required: false

0 comments on commit be0d964

Please sign in to comment.