Skip to content

Commit

Permalink
Adding additional sections to readme
Browse files Browse the repository at this point in the history
Versioning, Contributing, and License
  • Loading branch information
Paul Sexton committed Jul 18, 2014
1 parent 74da39d commit cbd5270
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,20 @@ Now save the configuration, tell the project to Build Now, and you should have a
# DocTests

_As of version 4.0.0, DocTests is no longer part of the "core" matlab-xunit and lives in its own repository at [matlab-xunit-doctests](https://github.com/psexton/matlab-xunit-doctests)._

# Versioning

This codebase is over 5 years old now, and has had several maintainers, so past versioning is kind of a mess. Starting with version 4.0.0, it follows [Semantic Versioning](http://semver.org) for versions, and [Semanticly Versioned Names](http://semvername.org) for tags and releases.

# Contributing

1. Fork it ( https://github.com/psexton/matlab-xunit/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

#License

[BSD 3-Clause](http://opensource.org/licenses/BSD-3-Clause)

0 comments on commit cbd5270

Please # to comment.