diff options
author | @42wim <wim@42.be> | 2016-11-23 20:22:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-23 20:22:27 +0100 |
commit | 780ea6f7c0ebbaedec764dd629375f734909d0d2 (patch) | |
tree | e7e55e9c5d5bb0f306d9bd9eeeadfc7871d467aa /.github/ISSUE_TEMPLATE.md | |
parent | 4279906f6e85694914bb68b888f3eafeb1c89a55 (diff) | |
download | matterbridge-msglm-780ea6f7c0ebbaedec764dd629375f734909d0d2.tar.gz matterbridge-msglm-780ea6f7c0ebbaedec764dd629375f734909d0d2.tar.bz2 matterbridge-msglm-780ea6f7c0ebbaedec764dd629375f734909d0d2.zip |
Create ISSUE_TEMPLATE.md
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..a3ec8006 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ +Please answer the following questions. + +### Which version of matterbridge are you using? +run ```matterbridge -version``` + +### If you're having problems with mattermost please specify mattermost version. + + +### Please describe the expected behavior. + + +### Please describe the actual behavior. +#### Use logs from running ```matterbridge -debug``` if possible. + + +### Any steps to reproduce the behavior? + + +### Please add your configuration file +#### (be sure to exclude or anonymize private data (tokens/passwords)) |