Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: Bug report
description: Create a bug report to help us improve
labels: ['type: bug']

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a bug report. Please provide a general summary of the issue in the Title above.
- type: textarea
attributes:
label: Description
description: Provide a more detailed introduction to the issue itself, and why you consider it to be a bug.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: Tell us what should happen.
validations:
required: false
- type: textarea
attributes:
label: Actual Behavior
description: Tell us what happens instead.
validations:
required: false
- type: textarea
attributes:
label: Possible Fix
description: Not obligatory, but suggest a fix or reason for the bug.
validations:
required: false

- type: textarea
attributes:
label: Steps to reproduce
description: >
Provide a link to a live example, or an unambiguous set of steps to reproduce this bug.
Include code to reproduce, if relevant.
placeholder: |
1.
2.
3.
validations:
required: false
- type: textarea
attributes:
label: Additional Context
description: How has this bug affected you? What were you trying to accomplish?
validations:
required: false
- type: textarea
attributes:
label: Your Environment
description: Please tell us about your environment. Provide the output of the following commands.
value: |
- Python version used (`python --version`):
- python-re3data version used (`python -m pip show python-re3data | grep "^Version:"`):
- Operating system and version:
validations:
required: false

# This issue template is adapted from:
# "open-source-templates", https://github.com/TalAter/open-source-templates (MIT License).
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Feature request
description: Suggest an idea for this project
labels: ['type: feature']

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit a feature request. Please provide a general summary of the issue in the Title above.
- type: textarea
attributes:
label: Detailed Description
description: Provide a detailed description of the change or addition you are proposing.
validations:
required: true
- type: textarea
attributes:
label: Context
description: Why is this change important to you? How would you use it? How can it benefit other users?
validations:
required: false
- type: textarea
attributes:
label: Possible Implementation
description: Not obligatory, but suggest an idea for implementing addition or change.
validations:
required: false

# This issue template is adapted from:
# "open-source-templates", https://github.com/TalAter/open-source-templates (MIT License).
Loading