Skip to content

Commit b8d1052

Browse files
committed
v1.1.0
1 parent a734083 commit b8d1052

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ body:
2828
1. Start server: `node examples/.../server.js`
2929
2. Connect client with: `...`
3030
3. Send: ...
31-
validations:
32-
required: true
31+
validations:
32+
required: true
3333

3434
- type: textarea
3535
id: expected
3636
attributes:
3737
label: Expected behavior
3838
description: What you expected to happen.
3939
placeholder: The channel should replay the last 50 messages to the new subscriber.
40-
validations:
41-
required: true
40+
validations:
41+
required: true
4242

4343
- type: textarea
4444
id: actual
4545
attributes:
4646
label: Actual behavior
4747
description: What actually happened, including error messages, stack traces or HTTP responses.
48-
placeholder: Server returns 500 and stack trace: ...
49-
validations:
50-
required: true
48+
placeholder: Server returns 500 and stack trace ...
49+
validations:
50+
required: true
5151

5252
- type: input
5353
id: reproduction
@@ -72,7 +72,8 @@ body:
7272
attributes:
7373
label: Relevant logs, stack traces or error output
7474
description: Paste the exact logs (remove secrets).
75-
placeholder: Error: TypeError at ...
75+
placeholder:
76+
Error: TypeError at ...
7677

7778
- type: input
7879
id: node_version

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
label: Short summary
1919
description: One-line summary of the proposed feature.
2020
placeholder: e.g. "Add per-channel rate limiting"
21-
validations:
21+
validations:
2222
required: true
2323

2424
- type: textarea
@@ -29,8 +29,8 @@ body:
2929
placeholder: |
3030
Describe the desired behaviour, example API, data model,
3131
and any UI/CLI changes.
32-
validations:
33-
required: true
32+
validations:
33+
required: true
3434

3535
- type: textarea
3636
id: motivation

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ body:
1818
label: Short summary
1919
description: One-line summary of your question.
2020
placeholder: e.g. "How to replay channel history to a newly connected client?"
21-
validations:
22-
required: true
21+
validations:
22+
required: true
2323

2424
- type: textarea
2525
id: context
@@ -39,8 +39,8 @@ body:
3939
// server snippet
4040
const mgr = createChannelsManager({ historyLimit: 50 });
4141
// client snippet
42-
validations:
43-
required: false
42+
validations:
43+
required: false
4444

4545
- type: textarea
4646
id: tried

0 commit comments

Comments
 (0)