ISSUE_TEMPLATE.md (dstat-0.7.3) | : | ISSUE_TEMPLATE.md (dstat-0.7.4) | ||
---|---|---|---|---|
<!--- Verify first that your issue/request is not already reported in GitHub --> | ||||
##### SUMMARY | ##### SUMMARY | |||
<!--- Please explain the problem briefly --> | <!--- Explain the problem briefly here, details go way below --> | |||
##### ISSUE TYPE | ##### ISSUE TYPE | |||
<!--- Please pick one and delete the rest: --> | <!--- Pick one below and delete the rest: --> | |||
- Bug Report | - Bug Report | |||
- Feature Idea | - Feature Idea | |||
- Documentation Report | - Documentation Report | |||
##### DSTAT VERSION | ##### DSTAT VERSION | |||
``` | ``` | |||
<!--- Paste verbatim output from “dstat --version” here --> | <!--- Paste verbatim output from “dstat --version” here between tripple quotes - -> | |||
``` | ``` | |||
<!--- | <!--- | |||
For extra credit, clone the latest development from the master branch | Test your issue using the latest release AND using the master branch code. | |||
and test if the issue still occurs with the development version. | Download the latest release and the master branch from: | |||
https://github.com/dagwieers/dstat/releases | ||||
https://github.com/dagwieers/dstat/archive/master.tar.gz | ||||
You can run dstat directly from the source tree using: ./dstat | ||||
Mention below which versions work correctly, or when it started to fail. | Mention below which versions work correctly, or when it started to fail. | |||
--> | --> | |||
##### OS / ENVIRONMENT | ##### OS / ENVIRONMENT | |||
<!--- | <!--- | |||
Please mention the OS you are running Dstat from, and anything | Mention the OS you are running Dstat from, and anything platform-specific | |||
platform-specific for the plugin you are running. | that could be related to your issue. | |||
--> | --> | |||
##### STEPS TO REPRODUCE | ##### STEPS TO REPRODUCE | |||
<!--- | <!--- | |||
For bugs, please show exactly how to reproduce the problem. For new | For bugs, show exactly how to reproduce the problem. | |||
features, show how the feature would be used. | For new features, show how the feature would be used. | |||
--> | --> | |||
``` | ``` | |||
<!--- Paste example use or output here --> | <!--- Paste example use or output here between quotes --> | |||
``` | ``` | |||
<!--- You can also paste gist.github.com links for larger files --> | <!--- You can also paste gist.github.com links for larger files --> | |||
##### EXPECTED RESULTS | ##### EXPECTED RESULTS | |||
<!--- What did you expect to happen when running the steps above? --> | <!--- What did you expect to happen when running the steps above? --> | |||
##### ACTUAL RESULTS | ##### ACTUAL RESULTS | |||
<!--- What actually happened? Try running with debug enabled "dstat --debug" --> | <!--- What actually happened? Try running with debug enabled "dstat --debug" --> | |||
``` | ``` | |||
<!--- Paste verbatim command output here --> | <!--- Paste verbatim command output between quotes --> | |||
``` | ``` | |||
End of changes. 9 change blocks. | ||||
11 lines changed or deleted | 18 lines changed or added |