diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b66abd6..eb807f8 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -12,7 +12,7 @@ jobs: render: runs-on: ubuntu-latest container: - image: ghcr.io/trustedcomputinggroup/pandoc:0.8.1 + image: ghcr.io/trustedcomputinggroup/pandoc:0.8.2 name: Render PDF steps: - name: Checkout @@ -21,7 +21,6 @@ jobs: - name: Render uses: trustedcomputinggroup/markdown@v0.4.2 with: - extra-build-options: "--gitstatus --plain_quotes" input-md: spec.md output-pdf: spec.pdf output-docx: spec.docx diff --git a/spec.md b/spec.md index 521db6e..2f64d51 100644 --- a/spec.md +++ b/spec.md @@ -69,15 +69,15 @@ comment_, it can be considered a _normative statement_. EXAMPLE: ::: Informative ::: -> This is the first paragraph of 1–n paragraphs containing text of the kind -> informative comment ... -> -> This is the second paragraph of text of the kind informative comment ... -> -> This is the nth paragraph of text of the kind informative comment ... -> -> To understand the TCG specification, the user must read the specification. -> (This use of MUST does not require any action). +This is the first paragraph of 1–n paragraphs containing text of the kind +informative comment ... + +This is the second paragraph of text of the kind informative comment ... + +This is the nth paragraph of text of the kind informative comment ... + +To understand the TCG specification, the user must read the specification. +(This use of MUST does not require any action). ::::::::::::::::::: --- @@ -89,3 +89,21 @@ EXAMPLE: \listoftables --- + +# Checklist for users of this template + +* Ensure the repository is set to private +* Add the correct GitHub team(s) to Collaborators* Add TCGadmin to Admin +* Add a branch protection rule on `main` + * Require a pull request before merging + * Require approvals + * Do not allow bypassing the above settings + * (Optional) Require review from Code Owners (Requires setting up CODEOWNERS file) +* (Optional) rename spec.md and update all references in `actions.yml` +* Check for newer [pandoc](https://github.com/trustedcomputinggroup/pandoc) and + [markdown](https://github.com/trustedcomputinggroup/markdown) action versions + for `actions.yml` +* Update the document title and type in the YAML front matter + * For GUIDANCE or REFERENCE docs, add `template: bluetop` +* (Optional) Do an initial release to set baseline version (e.g., if migrating + from an existing Word doc). \ No newline at end of file