Skip to content
Snippets Groups Projects
Forked from Nathan Goderman / The -g-ame
354 commits behind the upstream repository.
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.

Contributing

You may contribute to this project via a Merge Request.
Please try to keep the repository CLEAN and ORGANIZED!
If you don't know how to make one, keep reading.

What is a Merge Request?

A Merge Request or Pull Request is a safe way to integrate changes into someone's repo.
It consists in you, the requester, asking for someone, in the target repo, to merge your code onto a specific branch.

How do I open a Merge Request?

  1. Create a new branch with a descriptive name, such as: my_username/the_feature_im_trying_to_add
  2. Commit your changes to the branch you just created
  3. Push the changes once you're done
  4. Go on the project overview page on gitgud. If you just finished pushing your branch, you'll have a notification on the top, asking you if you want to create a merge request. Go in there.
  5. Write a descriptive title, write a good description if necessary.
  6. Make sure "Delete source branch when merge request is accepted" is checked, so it deletes your branch after it's merged.
  7. Double check everything. If it looks good, submit it.

Note: You may want to create your merge request before you're actually finished with it. If this is the case, please put WIP: in front of your request, so nobody will merge it by accident.

wahhh, I don't know how to use git

Check out this link: https://ndpsoftware.com/git-cheatsheet.html