mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 05:55:12 +00:00
update contributing guidelines
This commit is contained in:
parent
8543d327b5
commit
1c567224bf
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ additional guidelines:
|
||||||
- on a switch block, **always** put `default` last and not in any other position.
|
- on a switch block, **always** put `default` last and not in any other position.
|
||||||
- I have fear of some C/C++ compilers ignoring the rest of cases upon hitting default.
|
- I have fear of some C/C++ compilers ignoring the rest of cases upon hitting default.
|
||||||
|
|
||||||
|
## Do NOT Force-Push after submitting Pull Request
|
||||||
|
|
||||||
|
if you do so, your pull request will be closed.
|
||||||
|
|
||||||
## Demo Songs
|
## Demo Songs
|
||||||
|
|
||||||
just put your demo song in `demos/`! be noted there are some guidelines:
|
just put your demo song in `demos/`! be noted there are some guidelines:
|
||||||
|
|
Loading…
Reference in a new issue