Skip to content

Commit

Permalink
config/gengroups: Add postMessage for DIP forums
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Feb 25, 2024
1 parent a079844 commit 1342c21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/gengroups.d
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ DGroupInfo makeDGroupInfo(string internalName, string publicName, string navName
`To report a bug, please visit the <a href="https://issues.dlang.org/">D Bugzilla</a> or `~
`<a href="/newpost/digitalmars.D">post to digitalmars.D</a>.`;
}
if (internalName.startsWith("digitalmars.dip."))
{
info.postMessage =
`Please read and understand the <a href="https://github.com/dlang/DIPs/blob/master/docs/guidelines-forums.md">DIP forum guidelines</a> before posting in this forum.`;
}
if (mlOnly)
info.alsoVia["04-archive"] = DAlsoVia("archive", `http://lists.puremagic.com/pipermail/`~internalName.toLower());
else
Expand Down

0 comments on commit 1342c21

Please sign in to comment.