Wiki Minutes Templates - cplusplus/LEWG GitHub Wiki

Please use these templates (Notice - templates are in Markdown format, so it's important to keep the specific formatting, including spaces)

Go over the Formatting Highlights section to get more info on the recommended format.

TWiki Minutes Page Template

The name of the page should be https://wiki.edg.com/bin/view/Wg21telecons2024/PXXXX#Library-Evolution-YYYY-MM-DD.

For simultaneous discussion of multiple papers or subjects without a specific paper:

  • Include links for all relevant papers and their GitHub issues.
  • Either name the wiki page after one key paper or give it a descriptive name for the topic.
---+ [[https://wg21.link/PNNNN][PNNNN]]: DESCRIPTION

*[[https://wg21.link/PNNNN/status][GitHub Issue]]*


<h2 id="Library-Evolution-YYYY-MM-DD">Library Evolution Telecon YYYY-MM-DD</h2>

*[[https://wg21.link/PNNNNRM][PNNNNRM]]: DESCRIPTION (notice: this should be the *specific* revision discussed)

*Champion:*

*Chair:*

*Minute Taker:*

---+++ Attendees

   * TODO: Minute takers, please record this. Attendees, please help by adding yourselves.


---+++ Minutes

(please keep one line of space between each comment)

IL: example

CJ: example

(polls format)

__POLL: poll text here__

|SF|WF|N|WA|SA|
|-|-|-|-|-|
| | | | | |

__Attendance:__ 

__# of Authors:__

__Author Position:__

__Outcome:__

---+++ Zoom Chat

<verbatim>
TODO
</verbatim>

---+++ Chair Notes

---++++ Summary

(Please include important polls here)
@TODO by chair

---++++ Next Steps

@TODO by chair

Formatting Highlights

Please use tags to surround code and chat notes (Wiki doesn't support ```)

<verbatim>
std::cout << "hi!" << "\n";
</verbatim>

Please keep Each line of minutes separated by a blank line.

BAL: Each line of minutes must be separated by a blank line.

BC: Just like this!

Text within a single paragraph should all be on one line because GitHub Markdown in issues preserves newlines.

We don't want paragraphs
to be too skinny, like
this one!

Lists that start with 3 spaces and use * to start items are recognized by both TWiki and GitHub

   * One
   * Two
__Double underscores denote bold italics text in TWiki and bold text in GitHub Markdown.__
⚠️ **GitHub.com Fallback** ⚠️