diff options
Diffstat (limited to 'teleirc/matterbridge/.github/ISSUE_TEMPLATE.md')
| -rw-r--r-- | teleirc/matterbridge/.github/ISSUE_TEMPLATE.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/teleirc/matterbridge/.github/ISSUE_TEMPLATE.md b/teleirc/matterbridge/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..6b333c9 --- /dev/null +++ b/teleirc/matterbridge/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ +<!-- 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. + +You can also preview your report before submitting it. + +Text between <!-- and --> marks will be invisible in the report. +--> + +<!-- 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. --> + + +### Any steps to reproduce the behavior? + + +### Please add your configuration file +<!-- (be sure to exclude or anonymize private data (tokens/passwords)) --> |
