Short text about your project and what it does.
Short (up to two paragraphs) statement about your product:
- The purpose.
- What it does.
OS X & Linux:
npm install my-module --save
Windows:
edit autoexec.bat
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
For more examples and usage, please refer to the Wiki.
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
make install
npm test
All notable changes to this project will be documented in this section.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each version is displayed.
- Mention whether you follow Semantic Versioning.
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
v1.1 - 2018-07-17
- Fixed some typos
- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
v1.0 - 2018-07-17
- Some typos
Your Name – @YourTwitter – [email protected]
Distributed under the XYZ license. See LICENSE
for more information.
https://github.com/yourname/github-link
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request