Skip to content

Commit 790292b

Browse files
committed
Overhaul contribute section
1 parent 4f11204 commit 790292b

1 file changed

Lines changed: 23 additions & 10 deletions

File tree

website/contribute.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,34 @@ lang: en-US
1010
We accept economic donations through the following platforms:
1111

1212
- [OpenCollective](https://opencollective.com/gbdev)
13-
- [Patreon](https://www.patreon.com/gbdev01)
14-
- [GitHub Sponsors](https://github.com/sponsors/avivace)
13+
- [GitHub Sponsors](https://github.com/sponsors/gbdev)
14+
15+
The OpenCollective page also transparently tracks shows every expense and contribution.
16+
17+
### Sponsors
18+
19+
If you'd like to showcase your company and support our efforts, check the "Sponsor" tiers in OpenCollective and get in touch via email: `sponsors (at) this domain`.
1520

1621
## Software
1722

1823
Here's a curated list of some projects related to Game Boy development.
1924

2025
Each one is developed and released following the open source philosophy, while accepting feedbacks and contributions from the community.
2126

22-
Join us on our Discord server, where you'll find help, mentorship and support to contribute to these awesome projects.
27+
Join us on our [Discord server](https://discord.io/gbdev), where you'll find help, mentorship and support to contribute to these awesome projects.
2328

2429
Always to remember to check the Contribution guidelines before opening Pull Requests.
2530

2631
## Community projects
2732

33+
### GB ASM Tutorial
34+
35+
If you're confident in writing assembly, we need contributors in helping us write, proofread and suggest improvements for new lessons in the tutorial.
36+
37+
Technologies and tools: Assembly, RGBDS, Rust, mdBook.
38+
39+
[Homepage](https://gbdev.io/gb-asm-tutorial) - [Repository](https://github.com/gbdev/gb-asm-tutorial)
40+
2841
### gbdev.github.io
2942

3043
The source of this website is hosted [here](https://github.com/gbdev/gbdev.github.io).
@@ -33,28 +46,28 @@ The source of this website is hosted [here](https://github.com/gbdev/gbdev.githu
3346

3447
The single, most comprehensive technical reference to Game Boy available to the public. Here, you can help proof reading, fixing typos, preparing updated versions of figures or port new content from old resources.
3548

36-
Technologies and tools: Markdown, Python, Vuepress
49+
Technologies and tools: Markdown, Rust, Python, mdBook.
3750

3851
[Homepage](https://gbdev.io/pandocs/) - [Repository](https://github.com/gbdev/pandocs) - [Beginner issues](https://github.com/gbdev/pandocs/issues?q=is%3Aissue+is%3Aopen+label%3AHacktoberfest)
3952

4053
### RGBDS
4154

4255
The de-facto standard assembly toolchain for the Nintendo Game Boy & Game Boy Color.
4356

44-
Technologies and tools: C, Assembly
57+
Technologies and tools: C, Assembly, Rust
4558

4659
[Homepage](https://rgbds.gbdev.io/) - [Repository](https://github.com/gbdev/rgbds) - [Beginner issues](https://github.com/gbdev/rgbds/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest)
4760

4861
### Homebrew Hub
4962

5063
A community-led attempt to collect, archive and save every unofficial game, homebrew, patch, hackrom for Game Boy produced by the community through decades of passionate work.
5164

52-
Technologies and tools:
65+
Technologies and tools:
5366

54-
- Frontend: Javascript, CSS, Bootstrap.
55-
- Backend: Node, Mongo.
67+
- Frontend: Vue JS 3, Nuxt 3
68+
- Backend: Django REST
5669

57-
[Homepage](https://hh.gbdev.io/) - [Repository](https://github.com/gbdev/homebrewhub) - [Beginner issues](https://github.com/gbdev/homebrewhub/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest)
70+
[Homepage](https://hh.gbdev.io/) - [Repository (backend)](https://github.com/gbdev/homebrewhub) - [Repository (frontend)](https://github.com/gbdev/virens)
5871

5972
### Homebrew Hub Database
6073

@@ -72,7 +85,7 @@ A simple GB/GBC emulator. Runs in the browser using WebAssembly.
7285

7386
Technologies and tools: Webassembly, C
7487

75-
[Homepage](http://binji.github.io/binjgb/) - [Repository](https://github.com/binji/binjgb) - [Issues](https://github.com/binji/binjgb/issues )
88+
[Homepage](http://binji.github.io/binjgb/) - [Repository](https://github.com/binji/binjgb) - [Issues](https://github.com/binji/binjgb/issues)
7689

7790
### SameBoy
7891

0 commit comments

Comments
 (0)