24 lines
609 B
Markdown
24 lines
609 B
Markdown
---
|
|
name: Bug Report
|
|
about: Did you run into an issue while using Zola?
|
|
---
|
|
|
|
# Bug Report
|
|
|
|
## Environment
|
|
|
|
Zola version:
|
|
|
|
## Expected Behavior
|
|
Tell us what should have happened.
|
|
|
|
## Current Behavior
|
|
Tell us what happens instead of the expected behavior. If you are seeing an
|
|
error, please include the full error message and stack trace. You can get the
|
|
stacktrace of a panic by adding `RUST_BACKTRACE=1` when running a `zola` command.
|
|
|
|
## Step to reproduce
|
|
Please provide the steps to reproduce the issue.
|
|
If the issue is hard to reproduce, please provide a sample repository or sample
|
|
that triggers the bug.
|