diff options
| author | Mistivia <i@mistivia.com> | 2025-11-02 15:27:43 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-02 15:27:43 +0800 |
| commit | fb2d9de539b660a261af19b1cbcceb7ee7980cb1 (patch) | |
| tree | abaae5c095e20db51ec87a58caf13a04130a69df /teleirc/matterbridge/.github/ISSUE_TEMPLATE.md | |
| parent | e9c24f4af7ed56760f6db7941827d09f6db9020b (diff) | |
add misc
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)) --> |
