39 lines
1,020 B
Markdown
39 lines
1,020 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help improve
|
|
title: ''
|
|
labels: 'bug'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
Your issue may already be reported!
|
|
Please search on the [issue tracker](../) before creating one.
|
|
|
|
## Expected Behavior
|
|
<!--- What should happen? -->
|
|
<!--- How it should work? -->
|
|
|
|
## Current Behavior
|
|
<!--- What happens instead of the expected behavior? -->
|
|
|
|
## Possible Solution
|
|
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
|
<!--- or ideas how to implement the addition or change -->
|
|
|
|
## Steps to Reproduce
|
|
<!--- An unambiguous set of steps to reproduce this bug. -->
|
|
<!--- Linked fork or gist if needed. -->
|
|
1.
|
|
2.
|
|
3.
|
|
4.
|
|
|
|
## Context
|
|
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
|
<!--- Providing context helps us come up with a solution that is most useful in the real world. -->
|
|
|
|
## Your Environment
|
|
<!--- Include relevant details about the environment you experienced the bug in. -->
|
|
<!--- If you have run `flk update`, for example, post the flake.lock file. -->
|