diff options
Diffstat (limited to '')
-rw-r--r-- | help.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ [[!meta title="Pages that need help"]] +<details> +<summary>How to add the help marker to a page</summary> +To add the help marker to a page, you can use something like the following template: + +<pre> +[[!template id="help" +summary="main talk does not have captions" +tags="help\_with\_main\_captions" +message="""This talk does not have captions yet. +Would you like to help [caption this talk](/2021/contribute/#edit-captions)? +You may be able to start with these [autogenerated captions](https://media.emacsconf.org/2021/emacsconf-2021-build--how-to-build-an-emacs--fermin-mf--main.vtt) +and [timing information](https://media.emacsconf.org/2021/emacsconf-2021-build--how-to-build-an-emacs--fermin-mf.en.srv2)."""]] +</pre> +</details> + +If you want to work on a task that might take you a while, you can reserve it by editing the page and setting the `help` template's `volunteer` attribute to `your-name date`, or by e-mailing <emacsconf-submit@gnu.org>. + +Here are the pages that need help: + [[!inline pages="tagged(help) and !templates/*" archive="yes" limit="0" trail="yes"]] |