mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-13 03:03:08 +00:00
Update issue templates
This commit is contained in:
parent
3f26671533
commit
0e85f31c46
1 changed files with 37 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
_Remember to attach a copy of a spreadsheet that can reproduce the problem. Make sure it doesn't have any sensitive information in it!_
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**System (please complete the following information):**
|
||||
- OS: [e.g. Windows]
|
||||
- beefblup verion [e.g. v0.1]
|
||||
- Julia Version [e.g. 1.3.1]
|
||||
- How beefblup is launched from Julia
|
||||
- REPL `include("beefblup.jl")` **OR**
|
||||
- OS command line `julia beefblup.jl` **OR**
|
||||
- Juno/VS Code
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
Loading…
Reference in a new issue