Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next, use git commit -m [message] to commit your staged file with the message. Use the following syntax for commit messages: #[issue number]: [description of changes made]. Examples: #12: Expanded the creating commmits section or #79: Increased list padding. The # is important so that GitHub can link it to your ticket. StatuscolourRedtitle

NOTE:

...

If your commits are not properly tagged, we will reject your pull request and you’ll have to move your changes to a new branch with correct commit messages

Pushing Commits

Use git push to push your branch and commits to the remote GitHub repo. You may need to run git push --set-upstream origin [branch name] as instructed by the git CLI if the branch does not already exist in the GitHub repo and only exists on your local computer.

...

In the sidebar, request review from any interested team members, which will usually include @anthonybernardi, @jamescd18, @RChandler234, or @joshiarnav and @RChandler234.

Make sure to follow every step in the PR template!

...