You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bug_report.md 619B

1234567891011121314151617181920212223
  1. ---
  2. name: Bug Report
  3. about: Did you run into an issue with the zola command line?
  4. ---
  5. # Bug Report
  6. ## Environment
  7. Zola version:
  8. ## Expected Behavior
  9. Tell us what should have happened.
  10. ## Current Behavior
  11. Tell us what happens instead of the expected behavior. If you are seeing an
  12. error, please include the full error message and stack trace. You can get the
  13. stacktrace of a panic by adding `RUST_BACKTRACE=1` when running a `zola` command.
  14. ## Step to reproduce
  15. Please provide the steps to reproduce the issue.
  16. If the issue is hard to reproduce, please provide a sample repository or sample
  17. that triggers the bug.