Skip to content

Commit

Permalink
docs: update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Feb 26, 2024
1 parent 246018f commit f622a8e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 43 deletions.
43 changes: 21 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
name: Bug report
description: Report a bug
body:
- type: textarea
attributes:
label: Issue description
description: |
Describe your issue briefly. What doesn't work, and how do you expect it to work instead?
validations:
required: true

- type: textarea
attributes:
label: Issue description
description: |
Describe your issue briefly. What doesn't work, and how do you expect it to work instead?
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: |
List of steps to reproduce the issue.
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce
description: |
List of steps to reproduce the issue.
validations:
required: true

- type: input
attributes:
label: System information
description: |
Seabird version, operating system, architecture and other relevant information
validations:
required: true
- type: input
attributes:
label: System information
description: |
Seabird version, operating system, architecture and other relevant information.
validations:
required: true
48 changes: 27 additions & 21 deletions .github/ISSUE_TEMPLATE/proposal.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
name: Feature Proposal
description: Propose a feature
name: Enhancement Proposal
description: Propose an enhancement
body:
- type: markdown
attributes:
value: |
This template is for comprehensive proposals. If you want to simply suggest a feature, please [create a discussion](https://github.com/getseabird/seabird/discussions/categories/ideas).
- type: textarea
attributes:
label: Summary
description: Short explanation of the feature.
validations:
required: true
- type: textarea
attributes:
label: Summary
description: Short explanation of the feature.
validations:
required: true

- type: textarea
attributes:
label: Motivation
description: Why are we doing this? What use cases does it support? What is the expected outcome?
validations:
required: true
- type: textarea
attributes:
label: Motivation
description:
Why are we doing this? What use cases does it support? What is the
expected outcome?
validations:
required: true

- type: textarea
attributes:
label: Proposal
description: |
Explain the proposed solution in detail. If significant UI changes are required for this feature, please include mockups.
validations:
required: true
- type: textarea
attributes:
label: Proposal
description: |
Explain the proposed solution in detail. If significant UI changes are required for this feature, please include mockups.
validations:
required: true

0 comments on commit f622a8e

Please sign in to comment.