You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+31-9Lines changed: 31 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,39 @@ A clear and concise description of what the bug is.
11
11
**To Reproduce**
12
12
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).
13
13
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!
21
25
22
26
**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.
0 commit comments