From 068e3edd9aef91df6a49ae5119bd5af5c898d589 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 26 Jul 2023 15:38:31 +0200 Subject: [PATCH] Small update to news and events policy about emojii and links Add two minor points to the news and events policy saying no emojiis in titles (because they go in peoples email etc, and we don't want people to start abusing that) and all links must be clear and not use obfuscators. --- templates/pages/about/policies/news-and-events.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/pages/about/policies/news-and-events.html b/templates/pages/about/policies/news-and-events.html index d1820220..0c9ec8ed 100644 --- a/templates/pages/about/policies/news-and-events.html +++ b/templates/pages/about/policies/news-and-events.html @@ -5,7 +5,7 @@

News and Events Approval Policy

-

Last updated: March 29, 2018. {%git_changes_link%}

+

Last updated: July 26, 2023. {%git_changes_link%}

Policies for Approving News & Events

@@ -29,6 +29,8 @@
  • A description of the news or event which clearly explains what it is and how it relates to PostgreSQL.
  • +
  • Links in the description may not use URL shorteners or obfuscators.
  • +
  • Emoji or other types of special characters may not be used in the title.
  • Other General Rules include:

    -- 2.39.5