Skip to content

Commit

Permalink
added issue template, same as the one in keripy (#317)
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <[email protected]>
  • Loading branch information
2byrds authored Nov 6, 2024
1 parent 55d9860 commit 7db348a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: "Bug report"
description: Bug report template
title: "A concise description"
labels: ["bug", "triage"]
body:
- type: input
id: version
attributes:
label: Version
validations:
required: true
- type: input
id: Evnironment
attributes:
label: Environment
description: (OS, Python version, deployment environment)
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Feature request"
description: Feature request template
title: "A concise description"
labels: ["feature request"]
body:
- type: textarea
id: desired-behavior
attributes:
label: Feature request description/rationale
validations:
required: true

0 comments on commit 7db348a

Please sign in to comment.