Skip to content

Commit 2aab06b

Browse files
authored
Update bug_report.md
1 parent ea5b6f2 commit 2aab06b

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,39 @@ A clear and concise description of what the bug is.
1111
**To Reproduce**
1212
Add a complete standalone code that reproduces the issue. Preferably upload it as a Gist to [GitHub Gist](https://gist.github.com/). Examples [#1](https://gist.github.com/darkl/8546e3abfce64f43b635574e9708e7f0), [#2](https://gist.github.com/darkl/7db5cb48e235bf5b08fa17723aa61677), [#3](https://gist.github.com/esso23/f04702909ac40799075b5221b406b009), [#4](https://gist.github.com/BramVader/864655dc8edb087bb015e143cc6589cb).
1313

14-
Additionally, what steps should be done in order to reproduce the issue. For example:
15-
>1. Run crossbario router.
16-
>2. Run Callee.cs
17-
>3. Run Caller.cs
18-
>4. Kill crossbario router.
19-
>5. Run crossbario router again.
20-
>6. Run Caller.cs again.`
14+
Additionally, what steps should be done in order to reproduce the issue.
15+
16+
For example:
17+
1. Run crossbario router.
18+
2. Run Callee.cs
19+
3. Run Caller.cs
20+
4. Kill crossbario router.
21+
5. Run crossbario router again.
22+
6. Run Caller.cs again.
23+
24+
Vague bug reports with poorly formatted code snippets and/or non-standalone code snippets, will be automatically closed!
2125

2226
**Expected behavior**
23-
A clear and concise description of what you expected to happen. For example:
24-
>Expected: Caller.cs CalleeProxy call should succeed, but it fails.
27+
A clear and concise description of what you expected to happen.
28+
29+
For example:
30+
Expected: Caller.cs CalleeProxy call should succeed, but it fails.
31+
32+
**External WAMP libraries involved**
33+
Specify any other WAMP technology involved and explain how.
34+
35+
Examples:
36+
* crossbar.io 18.11.1 is used as a router with the following config.json (add config file to your gist).
37+
* AutobahnJS 18.10.2 is used as a callee (add callee code to your gist).
38+
39+
**.NET platform variant**
40+
Specify your .NET platform variant. This includes your operating system version.
41+
42+
Examples:
43+
* .NET Framework 4.6.3 on Windows 10
44+
* .NET Core 2.1 on Ubuntu 18.10
45+
* Xamarin.Android 9
46+
* UWP Build 17763 (version 1809)
2547

2648
**Additional context**
2749
Add any other context about the problem here.

0 commit comments

Comments
 (0)