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.

34 lines
947 B

  1. ---
  2. name: Bug report
  3. about: Create a report to help us improve
  4. title: ''
  5. labels: ''
  6. assignees: ''
  7. ---
  8. Sponsors SeaweedFS via Patreon https://www.patreon.com/seaweedfs
  9. Report issues here. Ask questions here https://stackoverflow.com/questions/tagged/seaweedfs
  10. example of a good issue report:
  11. https://github.com/chrislusf/seaweedfs/issues/1005
  12. example of a bad issue report:
  13. https://github.com/chrislusf/seaweedfs/issues/1008
  14. **Describe the bug**
  15. A clear and concise description of what the bug is.
  16. **System Setup**
  17. - List the command line to start "weed master", "weed volume", "weed filer", "weed s3", "weed mount".
  18. - OS version
  19. - output of `weed version`
  20. - if using filer, show the content of `filer.toml`
  21. **Expected behavior**
  22. A clear and concise description of what you expected to happen.
  23. **Screenshots**
  24. If applicable, add screenshots to help explain your problem.
  25. **Additional context**
  26. Add any other context about the problem here.