diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 50e45b5d..6b333c9c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,22 +1,36 @@ -If you have a configuration problem, please first try to create a basic configuration following the instructions on [the wiki](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) before filing an issue. +<!-- This is a bug report template. By following the instructions below and +filling out the sections with your information, you will help the us to get all +the necessary data to fix your issue. -Please answer the following questions. +You can also preview your report before submitting it. -### Which version of matterbridge are you using? -run ```matterbridge -version``` +Text between <!-- and --> marks will be invisible in the report. +--> -### If you're having problems with mattermost please specify mattermost version. +<!-- If you have a configuration problem, please first try to create a basic configuration following the instructions on [the wiki](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) before filing an issue. --> +### Environment +<!-- run `matterbridge -version` --> +<!-- If you're having problems with mattermost also specify the mattermost version. --> +Version: + +<!-- What operating system are you using ? (be as specific as possible) --> +Operating system: + +<!-- If you compiled matterbridge yourself: + * Specify the output of `go version` + * Specify the output of `git rev-parse HEAD` --> + ### Please describe the expected behavior. ### Please describe the actual behavior. -#### Use logs from running ```matterbridge -debug``` if possible. +<!-- 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)) +<!-- (be sure to exclude or anonymize private data (tokens/passwords)) --> |