diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-17 22:23:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 22:23:57 +0200 |
| commit | f8d2610d94333a8b0fd283851a6cf4ac2e2e2435 (patch) | |
| tree | ed2f2ba5c50ddfc6afd3c2cde75a8b48dc31e45c /docs/internals | |
| parent | cebbd5a6ad6b065ee2ea89fe7ded544b0bf48d12 (diff) | |
Added backticks to email addresses in docs.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/bugs-and-features.txt | 2 | ||||
| -rw-r--r-- | docs/internals/howto-release-django.txt | 9 | ||||
| -rw-r--r-- | docs/internals/mailing-lists.txt | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt index 146603e226..1f39a61595 100644 --- a/docs/internals/contributing/bugs-and-features.txt +++ b/docs/internals/contributing/bugs-and-features.txt @@ -5,7 +5,7 @@ Reporting bugs and requesting features .. Important:: Please report security issues **only** to - security@djangoproject.com. This is a private list only open to + ``security@djangoproject.com``. This is a private list only open to long-time, highly trusted Django developers, and its archives are not public. For further details, please see :doc:`our security policies </internals/security>`. diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index de5e076702..bb5e197fd4 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -650,10 +650,11 @@ Now you're ready to actually put the release out there. To do this: Django Forum. This should include a link to the announcement blog post. #. If this is a security release, send a separate email to - oss-security@lists.openwall.com. Provide a descriptive subject, for example, - "Django" plus the issue title from the release notes (including CVE ID). The - message body should include the vulnerability details, for example, the - announcement blog post text. Include a link to the announcement blog post. + ``oss-security@lists.openwall.com``. Provide a descriptive subject, for + example, "Django" plus the issue title from the release notes (including CVE + ID). The message body should include the vulnerability details, for example, + the announcement blog post text. Include a link to the announcement blog + post. Post-release ============ diff --git a/docs/internals/mailing-lists.txt b/docs/internals/mailing-lists.txt index c8e074c2df..21a7961c41 100644 --- a/docs/internals/mailing-lists.txt +++ b/docs/internals/mailing-lists.txt @@ -5,7 +5,7 @@ Mailing lists and Forum .. Important:: Please report security issues **only** to - security@djangoproject.com. This is a private list only open to + ``security@djangoproject.com``. This is a private list only open to long-time, highly trusted Django developers, and its archives are not public. For further details, please see :doc:`our security policies </internals/security>`. |
