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.

33 lines
855 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. example of a good issue report:
  10. https://github.com/chrislusf/seaweedfs/issues/1005
  11. example of a bad issue report:
  12. https://github.com/chrislusf/seaweedfs/issues/1008
  13. **Describe the bug**
  14. A clear and concise description of what the bug is.
  15. **System Setup**
  16. - List the command line to start "weed master", "weed volume", "weed filer", "weed s3", "weed mount".
  17. - OS version
  18. - output of `weed version`
  19. - if using filer, show the content of `filer.toml`
  20. **Expected behavior**
  21. A clear and concise description of what you expected to happen.
  22. **Screenshots**
  23. If applicable, add screenshots to help explain your problem.
  24. **Additional context**
  25. Add any other context about the problem here.