Skip to content

Commit

Permalink
system info table format for issue reporting (#1660)
Browse files Browse the repository at this point in the history
* system info table format for issue reporting

* add openssl version
  • Loading branch information
msimerson committed Oct 16, 2016
1 parent de446d7 commit 4883c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
@@ -1,8 +1,8 @@
### Haraka version
### system info

### Node.js version
Please report your OS, Node version, and Haraka version by running this shell script on your Haraka server and replacing this section with the output.

### OS version
echo "Haraka | $(haraka -v)"; echo " --- | :--- "; echo "Node | $(node -v)"; echo "OS | $(uname -a)"; echo "openssl | $(openssl version)"

### Expected behavior

Expand Down

0 comments on commit 4883c08

Please sign in to comment.