Skip to content

Commit 3ab2511

Browse files
committed
Move contribution links to the index. Fix #48 and #54
1 parent 24adcb3 commit 3ab2511

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Home](index.md)
22
[Roadmap](roadmap.md)
3-
[Help and feedback](help-feedback.md)
3+
[Help](help-feedback.md)
44

55
# Part Ⅰ — Hello World!
66

src/help-feedback.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
# Help and feedback
1+
# Help
22

33
If you are stuck in a certain part of the tutorial, want some advice, or just wish to chat with us, [the GBDev community chat](https://gbdev.io/chat) is the place to go!
4-
I actively participate there, and don't be afraid to ask questions!
4+
The authors actively participate there so don't be afraid to ask questions!
55
(The "ASM" channel should be the most appropriate to discuss the tutorial, by the way.)
66

7-
If you are interested in contributing to or translating the tutorial, thank you!
8-
Follow the link above, I'd be happy to work with you.
9-
10-
Noticed a problem with the tutorial?
11-
Please [check out our issue tracker](https://github.com/gbdev/gb-asm-tutorial/issues); if there is no open issue about your problem, please create a new one, or reach out to us via the link above.
12-
13-
If you prefer email, my address is `tutorial@<domain>`, where you replace `<domain>` with this website's domain name (it ends with `.fr`).
7+
If you prefer email, you can reach us at `tutorial@<domain>`, where you replace `<domain>` with this website's domain name.
148
Anti-spam measure, I hope you understand.

src/index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,31 @@ There are some handy icons near the top of your screen!
1919
- The brush <i class="fa fa-paint-brush"></i> allows selecting a different color theme;
2020
- The magnifying glass <i class="fa fa-search"></i> pops up a search bar;
2121
- The world icon <i class="fa fa-globe"></i> lets you change the language of the tutorial;
22-
- The printer <i class="fa fa-print"></i> gives a single-page version of the *entire* tutorial, which you can print if you want;
22+
- The printer <i class="fa fa-print"></i> gives a single-page version of the _entire_ tutorial, which you can print if you want;
2323
- The GitHub icon <i class="fa fa-github"></i> links to the tutorial's source repository;
2424
- The edit button <i class="fa fa-edit"></i> allows you to suggest changes to the tutorial, provided that you have a GitHub account.
2525

2626
Additionally, there are arrows to the left and to the right of the page (they are at the bottom instead on mobile) to more easily navigate to the next page.
2727

2828
With that said, you can get started by simply navigating to the following page :)
2929

30+
## Contributing
31+
32+
Feel free to send feedback or suggestions in the form of Issues on the [GitHub repository](https://github.com/gbdev/gb-asm-tutorial).
33+
We're also looking for help for writing new lessons and improving the existing ones! Feel free to send Pull Requests and go through the Issues to see what needs to be worked on.
34+
35+
You can help translating the tutorial on [Crowdin](https://crowdin.com/project/gb-asm-tutorial).
36+
3037
## Licensing
3138

3239
**In short**:
3340

3441
- Code within the tutorial is essentially **public domain**, meaning that you are allowed to copy it freely without restrictions.
3542
- You are free to copy the tutorial's contents (prose, diagrams, etc.), modify them, and share that, but you must give credit and license any copies permissively.
36-
- This site's *source code* can be freely copied, but you must give a license and copyright notice.
43+
- This site's _source code_ can be freely copied, but you must give a license and copyright notice.
3744

3845
**Full details**, please follow these links for more information on the respective licenses:
3946

40-
- All the code contained within the tutorial itself is licensed under <a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a>. *To the extent possible under law, all copyright and related or neighboring rights to code presented within GB ASM Tutorial have been waived. This work is published from France.*
47+
- All the code contained within the tutorial itself is licensed under <a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a>. _To the extent possible under law, all copyright and related or neighboring rights to code presented within GB ASM Tutorial have been waived._
4148
- The contents (prose, images, etc.) of this tutorial are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
4249
- Code used to display and format the site is licensed under the [MIT License](https://github.com/gbdev/gb-asm-tutorial/blob/master/LICENSE) unless otherwise specified.

0 commit comments

Comments
 (0)