Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kusc-leica committed Dec 1, 2023
1 parent 98c2008 commit 08de130
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Bug report
description: Template for bug reports
title: '[Bug]: '
body:
- type: textarea
id: description
attributes:
label: Description
description: Please share a clear and concise description of the problem.
placeholder: Description
validations:
required: true
- type: textarea
id: reproduction-steps
attributes:
label: Reproduction Steps
description: >-
Please include minimal steps to reproduce the problem if possible. Also
provide any configurations and files needed to reproduce the issue.
placeholder: Minimal Reproduction
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Provide a description of the expected behavior.
placeholder: Expected behavior
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: >-
Provide a description of the actual behavior observed. If applicable
please include any error messages, exception stacktraces or memory
dumps.
placeholder: Actual Behavior
validations:
required: true
- type: textarea
id: known-workarounds
attributes:
label: Known Workarounds
description: Please provide a description of any known workarounds.
placeholder: Known Workarounds
- type: textarea
id: other-information
attributes:
label: Other information
description: >-
If you have an idea where the problem might lie, let us know that here.
Please include any pointers to code, relevant changes, or related issues
you know of.
placeholder: Other information
- type: markdown
attributes:
value: >-
This template was generated with [Issue Forms
Creator](https://issue-forms-creator.netlify.app)
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/02_feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Feature request
description: Template for feature requests
title: '[Feature Request]: '
body:
- type: textarea
id: description
attributes:
label: Description
description: Please description of the new feature you would like to see.
placeholder: Description
validations:
required: true
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
blank_issues_enabled: true
contact_links:
- name: Ask a general question or bring in some ideas
url: https://github.com/Danielku15/SigningServer/discussions

0 comments on commit 08de130

Please sign in to comment.