Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some guides on commits in CONTRIUTING.md #381

Merged
merged 4 commits into from
Mar 8, 2023

Commits on Mar 7, 2023

  1. Added some guides on commits

    Recently I found a nice guide on writing git commits, and I think we
    should encourage users to start writing git commits as an explanation
    for why changes were made.
    StandingPadAnimations committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f541063 View commit details
    Browse the repository at this point in the history
  2. Added a template to make it easier for users

    This template includes some reference for how long each line should be.
    It comes from this Gist (modified to reduce length):
    https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733
    StandingPadAnimations committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bc38e6d View commit details
    Browse the repository at this point in the history
  3. Added some extra details

    Explained how Git commits should justify the changes, and added some
    details on verbose commits and setting them up.
    StandingPadAnimations committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e34530a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Update CONTRIBUTING.md

    Co-authored-by: Patrick W. Crawford <theduckcow@live.com>
    StandingPadAnimations and TheDuckCow committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    53cd867 View commit details
    Browse the repository at this point in the history