mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-08 10:32:59 -04:00
Adding Git information to tutorial (#862)
* Adding an intro to git with helpful commands for someone unfamiliar with git. Co-authored by: EllipticEllipsis <elliptic.ellipsis@gmail.com> * Adding an intro to git with helpful commands for someone unfamiliar with git. Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com> * ovl_Obj_Y2lift decompiled (#856) * ovl_Obj_Y2lift decompiled * format * pr review fixes * clean up Co-authored-by: SonicDcer <noreply@github.com> * Formating files and moving contributing.md Also fixes links. * Adding an intro to git with helpful commands for someone unfamiliar with git. formating files too Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com> * pr fixes Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com> Co-authored-by: Alejandro Asenjo <96613413+sonicdcer@users.noreply.github.com> Co-authored-by: SonicDcer <noreply@github.com>
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
- Up: [Contents](contents.md)
|
||||
- Previous: [Documenting](documenting.md)
|
||||
|
||||
|
||||
## Preparing to PR
|
||||
|
||||
### Change the `spec`
|
||||
@@ -73,7 +72,6 @@ Run the formatting script `format.sh`, to format the C files in the standard way
|
||||
|
||||
To make sure the PR builds correctly with the current master, you need to merge `upstream/master` before you make the PR. This tends to break things, that you have to fix to get it to compile correctly again.
|
||||
|
||||
|
||||
## Pull Requests
|
||||
|
||||
Push commits to your fork of the repository on GitHub, and then open a pull request. Name the PR something sensible, like
|
||||
@@ -87,7 +85,6 @@ and so on, although these four tend to cover most cases. Feel free to add a comm
|
||||
|
||||
Please also update the status of the file on Trello/the spreadsheet.
|
||||
|
||||
|
||||
### Reviews
|
||||
|
||||
Pull requests may be reviewed by anyone (who knows enough about the conventions of the project), and all must be reviewed and approved by two leads and one extra contributor.
|
||||
|
||||
Reference in New Issue
Block a user