Skip to content

Instantly share code, notes, and snippets.

@jacqvdm
Forked from zenorocha/README.md
Created September 12, 2016 15:11
Show Gist options
  • Save jacqvdm/0a463f18d3ce518bb75ca0ebc488f6e2 to your computer and use it in GitHub Desktop.
Save jacqvdm/0a463f18d3ce518bb75ca0ebc488f6e2 to your computer and use it in GitHub Desktop.

Revisions

  1. Zeno Rocha revised this gist Jan 14, 2013. 2 changed files with 2 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,7 @@ TODO: Write usage instructions

    1. Fork it!
    2. Create your feature branch: `git checkout -b my-new-feature`
    3. Commit your changesL `git commit -am 'Add some feature'`
    3. Commit your changes: `git commit -am 'Add some feature'`
    4. Push to the branch: `git push origin my-new-feature`
    5. Submit a pull request :D

    2 changes: 1 addition & 1 deletion readme.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@ TODO: Write usage instructions
    1. Fork it!
    2. Create your feature branch: `git checkout -b my-new-feature`
    3. Commit your changesL `git commit -am 'Add some feature'`
    3. Commit your changes: `git commit -am 'Add some feature'`
    4. Push to the branch: `git push origin my-new-feature`
    5. Submit a pull request :D
  2. Zeno Rocha revised this gist Jan 13, 2013. 1 changed file with 36 additions and 0 deletions.
    36 changes: 36 additions & 0 deletions readme.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    <snippet>
    <content><![CDATA[
    # ${1:Project Name}
    TODO: Write a project description
    ## Installation
    TODO: Describe the installation process
    ## Usage
    TODO: Write usage instructions
    ## Contributing
    1. Fork it!
    2. Create your feature branch: `git checkout -b my-new-feature`
    3. Commit your changesL `git commit -am 'Add some feature'`
    4. Push to the branch: `git push origin my-new-feature`
    5. Submit a pull request :D
    ## History
    TODO: Write history
    ## Credits
    TODO: Write credits
    ## License
    TODO: Write license
    ]]></content>
    <tabTrigger>readme</tabTrigger>
    </snippet>
  3. Zeno Rocha revised this gist Jan 13, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # ${1:Project Name}
    # Project Name

    TODO: Write a project description

  4. Zeno Rocha created this gist Jan 13, 2013.
    31 changes: 31 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    # ${1:Project Name}

    TODO: Write a project description

    ## Installation

    TODO: Describe the installation process

    ## Usage

    TODO: Write usage instructions

    ## Contributing

    1. Fork it!
    2. Create your feature branch: `git checkout -b my-new-feature`
    3. Commit your changesL `git commit -am 'Add some feature'`
    4. Push to the branch: `git push origin my-new-feature`
    5. Submit a pull request :D

    ## History

    TODO: Write history

    ## Credits

    TODO: Write credits

    ## License

    TODO: Write license