Skip to content

Adopt new GitHub Issues Forms syntax #5554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2022
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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Bug Report
description: Something isn't working as expected
labels: [bug]
body:
- type: textarea
attributes:
label: Description
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: What you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Actual behavior
description: What actually happened.
validations:
required: false
- type: textarea
attributes:
label: Steps to reproduce
placeholder: |
1. ...
2. ...
validations:
required: false
- type: input
attributes:
label: Swift Package Manager version/commit hash
validations:
required: false
- type: textarea
attributes:
label: Swift & OS version (output of `swift --version && uname -a`)
validations:
required: false
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Feature Request
description: A suggestion for a new feature
labels: [enhancement]
body:
- type: textarea
attributes:
label: Description
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: What you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Actual behavior
description: What actually happened.
validations:
required: false
- type: textarea
attributes:
label: Steps to reproduce
placeholder: |
1. ...
2. ...
validations:
required: false
- type: input
attributes:
label: Swift Package Manager version/commit hash
validations:
required: false
- type: textarea
attributes:
label: Swift & OS version (output of `swift --version && uname -a`)
validations:
required: false