mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Add Godot Wisconsin user group to the community map
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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/'],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user