Critical Reliabilty C++ Group.
- Submit a Pull Request for
telecondirectory. - Prefer to submit copies of the actual presentation given.
- Prefer cross-platform formats when possible (such as PDF over docx)
- Optionally submit a markdown file with an abstract and link to web-based presentation.
- Submit a Pull Request for
isodirectory. - Use GitHub Flavored Markdown or Bikeshed.
- ISO C++ committee papers are numbered; committee members can obtain paper numbers from the isocpp.org website. Contact Bryce Adelstein Lelbach for assistance obtaining a paper number.
DNNNNRMXis theXth (where X is an uppercase letter:A,B, ...) draft of the unpublishedMth revision of the paperNNNN.PNNNNRMis theMth published revision of the paperNNNN.
- Create one directory for each paper, named either
PNNNN_title_of_paperortitle_of_paper(if you don't have a paper number). The working draft of the paper should be inside that directory and should be named:title_of_paper.mdortitle_of_paper.bs. - When distributing drafts of the paper or submitting a paper to the ISO C++ committee:
- Generate an HTML version of the document named
PNNNNRM.htmlorDNNNNRMX.html. - Add the HTML version you generated to git in the paper's directory.
git tagthe commit that adds the HTML version; the tag name should bePNNNNRMorDNNNNRMX.
- Generate an HTML version of the document named
- Only change a paper to a "P" right before it is submitted to the ISO C++ committee. We don't want to have any confusion about what exact version of the paper was published.
- Dates and times should use the ISO IS 8601 format, e.g.
YYYY-MM-DD.