diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-05 01:51:53 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-05 01:51:53 -0400 |
| commit | e1f4bbfa4e06832727ee8b5141df3f496e6208a5 (patch) | |
| tree | b170e3e85d5381b1449b573c91cb4f690467d728 | |
| parent | 8e16343aebbc6a63525541c6ee8802f5e4897680 (diff) | |
split up emails and clarify the usage
| -rw-r--r-- | static/contact.html | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/static/contact.html b/static/contact.html index e72fbd41..44546e84 100644 --- a/static/contact.html +++ b/static/contact.html @@ -57,11 +57,18 @@ it's the same person handling every email address, and they don't need to see multiple copies of the same email in their inbox.</p> - <p>You can contact <a href="mailto:contact@grapheneos.org">contact@grapheneos.org</a> for topics - related to GrapheneOS. The <a href="mailto:security@grapheneos.org">security@grapheneos.org</a> - address can be used for high priority security issues. The email address of - the lead developer is <a href="mailto:daniel.micay@grapheneos.org">daniel.micay@grapheneos.org</a> - as a fallback option for anything else.</p> + <p>You can contact <a href="mailto:contact@grapheneos.org">contact@grapheneos.org</a> + for topics related to GrapheneOS. Please don't send emails unrelated to GrapheneOS to + this address.</p> + + <p>The <a href="mailto:security@grapheneos.org">security@grapheneos.org</a> + address is for reporting high priority security issues related to GrapheneOS. Please + don't send other kinds of emails to this address. It is not a way of increasing the + priority of emails that are not security reports. Your emails will be treated as a + much lower priority if you misuse this address.</p> + + <p>The email address of the lead developer is + <a href="mailto:daniel.micay@grapheneos.org">daniel.micay@grapheneos.org</a>.</p> <p>The official Twitter account for the project is <a href="https://twitter.com/GrapheneOS">@GrapheneOS</a> which is used for official announcements. The account of the lead developer is |
