-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |