Add note to user groups page with info on where to open a PR to add a group (#1061)

* Add note to user groups page with info on where to open a PR to add a group

* Add target/rel to link
This commit is contained in:
Nate Moore
2025-05-08 12:38:08 -07:00
committed by GitHub
parent 7311e740dc
commit 368307933e

View File

@@ -197,7 +197,11 @@ layout: default
<p style="margin-top: 4rem">
If you run a local community and would like to have it listed here,
please send an email to <em>webmaster at godotengine · org</em>.
please send an email to <em>webmaster at godotengine · org</em>
or open a pull request on GitHub modifying the
<a href="https://github.com/godotengine/godot-website/blob/master/_data/communities.yml" target="_blank" rel="noopener">
<code>_data/communities.yml</code> file
</a>.
</p>
</div>
</main>