diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-17 18:14:24 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-08-19 16:56:42 +0200 |
commit | ea3c0ce321c7b90ad9c3ac38a79cc9c26d006ae1 (patch) | |
tree | 4b4d26bcceb258192f5447a4056df743180755d6 | |
parent | 432f6b88b040d909a8109532cd3052fda19c5c44 (diff) |
Adapt github issue template to glitch-soc
We don't have releases, so it don't make sense to mention. On the other hand, a lot of our code is from upstream, so encourage people to check whether it is a bug in glitch-soc or upstream.
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 602530db0..ceb737075 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,4 +9,4 @@ about: Create a report to help us improve * * * * - [ ] I searched or browsed the repo’s other issues to ensure this is not a duplicate. -- [ ] This bug happens on a [tagged release](https://github.com/tootsuite/mastodon/releases) and not on `master` (If you're a user, don't worry about this). +- [ ] This bugs also occur on vanilla Mastodon |