diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-30 15:28:24 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-30 15:28:24 -0400 |
commit | 82a6b41a02749e4f9b1378185276f58a416c84d7 (patch) | |
tree | ece3c55066c31571d192f1e7e231838eea3f8d19 /todo.sr.ht | |
parent | 7a6b4e99dcf15dde30ae95ba0986fdd4d61eccf4 (diff) | |
download | sr.ht-docs-82a6b41a02749e4f9b1378185276f58a416c84d7.tar.gz |
Add docs for use of email with todo.sr.ht
Diffstat (limited to 'todo.sr.ht')
-rw-r--r-- | todo.sr.ht/index.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/todo.sr.ht/index.md b/todo.sr.ht/index.md index 7d105be..95e3d8c 100644 --- a/todo.sr.ht/index.md +++ b/todo.sr.ht/index.md @@ -74,3 +74,25 @@ access settings for anonymous users, logged in users, and ticket submitters. You can delete your tracker here. Be careful as all tickets submitted to the tracker are deleted as well. + +# Email access + +You can submit new tickets by emailing them to +`~username/tracker-name@todo.sr.ht`, or `u.username.tracker-name@todo.sr.ht` for +poorly behaved MTAs. + +You can add comments to tickets by writing to +`~username/tracker-name/ticket-id@todo.sr.ht`, or by replying to the +notification email. The last line of your email can be one of the following +commands: + +- `!resolve <resolution>`: closes the ticket with the given ticket resolution + (one of `fixed`, `implemented`, `wont_fix`, `by_design`, `invalid`, + `duplicate`, or `not_our_bug`) +- `!reopen` to re-open a closed ticket + +All emails must be sent as `text/plain`. Please take care not to [top +post](https://git-send-email.io/top-posting.html), as the full contents of your +email will be posted as a comment. + +Markdown is supported. |