diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-08-10 00:40:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-10 00:40:48 -0700 |
| commit | 74acaad0d13f2df608898647b574d43d66954b40 (patch) | |
| tree | 25a6a786fa197b282389adc7ac9d2816559e617a | |
| parent | 0dc43ecdcaa72e74cc46f667127d0e36fc3d2883 (diff) | |
| download | seaweedfs-74acaad0d13f2df608898647b574d43d66954b40.tar.xz seaweedfs-74acaad0d13f2df608898647b574d43d66954b40.zip | |
Update bug_report.md
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b414183f1..111f9aa6e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,7 +18,10 @@ https://github.com/chrislusf/seaweedfs/issues/1008 A clear and concise description of what the bug is. **System Setup** -List the command line to start "weed master", "weed volume", "weed filer", "weed s3", "weed mount". +- List the command line to start "weed master", "weed volume", "weed filer", "weed s3", "weed mount". +- OS version +- output of `weed version` +- if using filer, show the content of `filer.toml` **Expected behavior** A clear and concise description of what you expected to happen. |
