Add Godot Wisconsin user group to the community map

This commit is contained in:
Hugo Locurcio
2022-06-20 14:54:42 +02:00
parent 4843daee18
commit 1b4058584d
2 changed files with 7 additions and 1 deletions

View File

@@ -319,7 +319,7 @@ postPage = "{{ :slug }}"
<img src="{{ 'assets/home/code.svg' | theme }}" alt="" width="250" height="250" loading="lazy">
<h4>Code</h4>
<p>
If you know how to code, and enjoy fun and challenging problems, you can help by fixing bugs or creating cool new features.
If you know how to code, you can help by fixing bugs and working with engine contributors towards the implementation of new features.
</p>
<a href="https://docs.godotengine.org/en/stable/community/contributing/ways_to_contribute.html#contributing-code" class="btn flat" target="_blank" rel="noopener">Learn more</a>
</div>

View File

@@ -381,6 +381,12 @@ function onStart() {
['title' => 'Discord', 'url' => 'https://discord.gg/qx7Ec49yDg'],
],
],
[
'name' => 'Godot Wisconsin',
'links' => [
['title' => 'Meetup', 'url' => 'https://www.meetup.com/wi-godot-game-app-developer-meetup/'],
],
],
],
];
}