Skip to content

Commit

Permalink
docs: updating to issue form, using scipy for a template
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 20, 2021
1 parent 16c01ea commit 70b3a67
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
names: Bug report
description:
title: [BUG]"
labels: [bug]

body:
- type: markdown
attribues:
value: Describe the bug
- type: textarea
attributes:
label: Describe the issue
validation:
required: true
- type: textarea
attributes:
label: Reproducing Code Example
description: 'Paste the Reproducing code example and it will be rendered as a code block.'
render: python
validations:
required: true
- type: textarea
attributes:
label: Error message
description: 'If any, paste the *full* error message as above (starting from line Traceback) and it will be rendered as a code block'
render: shell
validations:
required: true
- type: input
attributes:
label: version information
description: 'Please run the following and paste the result in a code block - `import sys, LoopStructural, lavavu, pandas, scipy, numpy; print(LoopStructural.__version__, lavavu.__version__, pandas.__version__, scipy.__version__, numpy.__version__, sys.version_info)`'
validations:
required: true

0 comments on commit 70b3a67

Please sign in to comment.