mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-24 15:36:52 +01:00
Add information about Skyline Edge to Contributing Guidelines
This commit is contained in:
parent
35617930d5
commit
a1bf5d27a0
@ -14,6 +14,9 @@ Android Studio comes with a code formatter in-built, this can fix minor mistakes
|
||||
|
||||
This can also be done by using `Ctrl + Alt + L` on Windows, `Ctrl + Shift + Alt + L` on Linux and `Option + Command + L` on macOS.
|
||||
|
||||
### Skyline Edge
|
||||
Any code that's been PR'd to the Skyline repository will only be in Edge builds for two weeks, after which it will be merged into the mainline branch. This is to ensure that any bugs that may have been introduced by the PR are caught and fixed before it's merged into the mainline branch. If you have any issues with this, you can request that we add the `CI` tag to your PRs so that CI builds are provided pre-merge.
|
||||
|
||||
## C++
|
||||
### Include Order
|
||||
* STD includes
|
||||
|
Loading…
Reference in New Issue
Block a user