27 lines
620 B
Markdown
27 lines
620 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us keep track of bugs
|
|
title: ''
|
|
labels:
|
|
assignees: r-a303931
|
|
---
|
|
|
|
# Description
|
|
|
|
Fixes #
|
|
|
|
# Test methedology
|
|
|
|
Please describe the tests you ran to verify the new code
|
|
|
|
- [ ] Test 1
|
|
- [ ] Test 2
|
|
|
|
# Checklist:
|
|
|
|
- [ ] My code follows the style guidelines of this project
|
|
- [ ] I have performed a self-review of my own code
|
|
- [ ] I have made corresponding changes to the documentation
|
|
- [ ] My changes generate no new warnings
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
- [ ] New and existing unit tests pass locally with my changes |