Skip to content

Commit

Permalink
add feature and workitem templates
Browse files Browse the repository at this point in the history
Signed-off-by: abebeos <[email protected]>
  • Loading branch information
abebeos authored and denyeart committed Apr 6, 2023
1 parent a457fc3 commit a9b4180
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 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: Bug Report
description: Let us know what went wrong
Expand Down
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
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
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/workitem.yaml
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

0 comments on commit a9b4180

Please sign in to comment.