Skip to content

Commit 420aaff

Browse files
authored
Add an issue template for bug reports. (#695)
1 parent 0e2f81e commit 420aaff

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Draupnir Bot Mode Bug Template
3+
about: A template for a bug encountered in Bot Mode
4+
title: "Draupnir will not X while using the Z command"
5+
labels: ["bug"]
6+
---
7+
8+
_It is not required to fill out each of these fields, your bug will still be
9+
considered, even if you do not follow the template. However, please do try
10+
provide as much detail as possible to save us time._
11+
12+
**How is Draupnir setup?**
13+
14+
_Try to include any details about non default configuration or any context to
15+
its use that might be relevant to the issue. If Draupnir has crashed, then these
16+
will be printed at the end of the log, you should copy that output here._
17+
18+
I was using Draupnir with the `roomStateBacking` store enabled. All other
19+
configuration options were default.
20+
21+
**What were you trying to achieve?**
22+
23+
_Include details about what you were trying to accomplish without workarounds._
24+
25+
I was trying to ban a server from my rooms by using the ban command.
26+
27+
**What steps did you take to encounter the bug**
28+
29+
_Try to describe clear concise steps or any details about how you encountered
30+
the bug._
31+
32+
1. I ran `!draupnir ban server.example.com coc spam` in the management room.
33+
2. I checked my protected rooms
34+
3. I could not see the server ACL event updating.
35+
36+
**What is the bug or what did you expect to happen instead?**
37+
38+
_Try describe the outcome you would expect, or explicitly state what the bug
39+
is_.
40+
41+
I expected Draupnir to have changed the `m.room.server_acl` event and ban the
42+
server from all my rooms.

REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ SPDX-PackageName = "Draupnir"
33
SPDX-PackageSupplier = "Gnuxie <[email protected]>"
44
SPDX-PackageDownloadLocation = "https://github.com/the-draupnir-project/Draupnir"
55

6+
[[annotations]]
7+
path = ".github/ISSUE_TEMPLATE/bug-report.md"
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "Gnuxie <[email protected]>"
10+
SPDX-License-Identifier = "CC0-1.0"
11+
612
[[annotations]]
713
path = "tsconfig.json"
814
precedence = "aggregate"

0 commit comments

Comments
 (0)