Skip to content

Commit

Permalink
Merge pull request #281 from kayjan/feature/enhance-template
Browse files Browse the repository at this point in the history
Feature/enhance template
  • Loading branch information
kayjan authored Aug 23, 2024
2 parents bb0480c + 1ccd22f commit 813c639
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Bug report
description: Create a report to help us improve
labels: ["bug"]
body:
- type: textarea
attributes:
label: Describe the issue
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Environment
description: Describe your environment.
placeholder: |
- Platform: [Windows / MacOS / Ubuntu]
- Python version:
- `bigtree` version:
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps or code to reproduce the behaviour.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected behaviour
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.

0 comments on commit 813c639

Please sign in to comment.