Skip to content

Commit 36ffb66

Browse files
authored
Format IRC commands in code blocks
1 parent 644ea6b commit 36ffb66

1 file changed

Lines changed: 31 additions & 13 deletions

File tree

planning/scribing/index.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,50 +13,68 @@ Minutes must be taken for every CSS Working Group call. At the beginning of each
1313
1414
Whether you're scribing or not, use this command first to declare you are present:
1515

16-
present+
16+
```
17+
present+
18+
```
1719

1820
Before you can scribe, you need to declare it. If you are the main scribe for the meeting, use this command:
1921

20-
ScribeNick: your_irc_nickname_here
22+
```
23+
ScribeNick: your_irc_nickname_here
24+
```
2125

2226
If you are an additional scribe, use this command:
2327

24-
Scribe+
28+
```
29+
Scribe+
30+
````
2531
2632
Once the meeting starts, each discussion needs to go in a topic. When about to discuss a topic that is *not* on GitHub, use this command. You can get the topic name from the agenda.
2733
28-
Topic: Topic name here
34+
```
35+
Topic: Topic name here
36+
```
2937
3038
For topics on GitHub, you can ask github-bot to set the topic and post the minutes to the issue like this:
3139
32-
github-bot, topic https://github.com/w3c/csswg-drafts/issues/123456
40+
```
41+
github-bot, topic https://github.com/w3c/csswg-drafts/issues/123456
42+
```
3343
3444
You can end a topic by either starting a new topic, or telling github-bot to `end topic`. This will tell github-bot to post the minutes to a comment in the issue.
3545
3646
If you don't want github-bot to comment in the issue, use this command:
3747
38-
github: none
48+
```
49+
github: none
50+
```
3951
4052
You can also use "Subtopic" instead of "Topic" for subtopics, to create a hierarchy when there are related topics. It otherwise has the same effect as "Topic".
4153
4254
Once you've set the topic, people can start discussing it. To record what people are saying, use their IRC nickname like so. You don't need to write every word; just a summary of what they are saying.
4355
44-
SomeonesName: i propose we change the initial value of box-sizing to border-box
45-
SomeonesName: it would make more sense than content-box
46-
SomeoneElse: no, that would break web compat
56+
```
57+
SomeonesName: i propose we change the initial value of box-sizing to border-box
58+
SomeonesName: it would make more sense than content-box
59+
SomeoneElse: no, that would break web compat
60+
```
4761
4862
If it's easier for you, you can use `...` instead of repeating their IRC nickname.
4963
50-
SomeonesName: i propose we change the initial value of box-sizing to border-box
51-
... it would make more sense than content-box
52-
SomeoneElse: no, that would break web compat
64+
```
65+
SomeonesName: i propose we change the initial value of box-sizing to border-box
66+
... it would make more sense than content-box
67+
SomeoneElse: no, that would break web compat
68+
```
5369
5470
> [!IMPORTANT]
5571
> It is everyone's responsibility to make sure the minutes get recorded. If you can't keep up with everyone who's talking, you should interrupt and ask people to: speak more slowly, repeat themselves or stop talking while you catch up. Don't feel embarrassed about interrupting; we expect you to do it!
5672
5773
When everyone agrees a resolution on a topic, use this command to record it. The chair will normally say the resolution, so they will tell you how to phrase it. Make sure you record it accurately.
5874
59-
RESOLVED: The resolution here
75+
```
76+
RESOLVED: The resolution here
77+
```
6078
6179
> [!TIP]
6280
> If the resolution sounds complicated, it's OK to ask someone else to write the resolution for you.

0 commit comments

Comments
 (0)