Skip to content

Instantly share code, notes, and snippets.

@drsii
Last active December 22, 2015 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drsii/6426656 to your computer and use it in GitHub Desktop.
Save drsii/6426656 to your computer and use it in GitHub Desktop.
Cartalyst readme.md template

Package Title v0.0.1

Package description that describes the package in at least two sentances.

Story

roadmap

A story of the packages capabilities.

package can *

License

OSI BSD 3 license.

Issues

Have a bug? Please create an issue here on GitHub that conforms with necolas's guidelines.

https://github.com/cartalyst/platform-foundation/issues

Support

Follow us on Twitter, @cartalyst.

Join us for a chat on IRC.

Server: irc.freenode.net Channel: #cartalyst

Versioning

We version under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment