Skip to content
View noelworden's full-sized avatar
Block or Report

Block or report noelworden

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. atlas atlas Public

    Angling Atlas

    Elixir 1

  2. ThisWeekILearned ThisWeekILearned Public

    Elixir

  3. How to standardize git commit messag... How to standardize git commit messages, #helpers
    1
    * Why standardize messages? Its clean. Easy to see what changed and when. As an up-and-coming developer, my repos will probably be potential employers first impressions of me. Clean code (proper indentions/spacing etc) and formatted commit messages help show that I care about my code. 
    2
    
                  
    3
    * The workflow is to create a `.txt` file as a template, and configure git to use that file as the default message when commiting.  
    4
    
                  
    5
    * The key is the character count. Note the dashed lines representing 50 characters for the summary, and 72 for the description.