forked from hyperledger/fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: abebeos <[email protected]>
- Loading branch information
Showing
3 changed files
with
75 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Copyright the Hyperledger Fabric contributors. All rights reserved. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# How to modify this file: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms | ||
|
||
name: Feature Request | ||
description: Submit your requests and suggestions to improve! | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
id: status | ||
attributes: | ||
label: Current Status | ||
description: Describe the current status. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected | ||
description: Describe what you expect. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution | ||
description: Describe a Solution (or multiple solution paths ) | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: help | ||
attributes: | ||
label: Please let us know if you plan to work on this. | ||
multiple: true | ||
options: | ||
- Yes! | ||
- No. | ||
- Maybe. | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Copyright the Hyperledger Fabric contributors. All rights reserved. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# How to modify this file: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms | ||
|
||
name: Work Item | ||
description: "For Core-Contributors: File a Concrete Work-Item" | ||
labels: ["workitem"] | ||
body: | ||
- type: textarea | ||
id: status | ||
attributes: | ||
label: Current Status | ||
description: Describe the current status. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: goal | ||
attributes: | ||
label: Goal | ||
description: Describe what your goal is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution | ||
description: Describe your Solution (or multiple solution paths ) | ||
validations: | ||
required: true |