teamcfadvance / cfstatic

CfStatic is a framework for managing the inclusion and packaging of CSS and JavaScript in CFML applications.
https://teamcfadvance.github.io/cfstatic
MIT License
102 stars 35 forks source link

Readme links need updated for new repo location #112

Closed CreativeNotice closed 9 years ago

DannyCork commented 9 years ago

closed and merged pull request automatically (by accident!)

deanlaw commented 9 years ago

Should this update also be added to the development branch? Also, for my own clarification, should we be working on these issues in the development branch first and then merge them with the master branch? Sorry if the question sounds ignorant, but I just want to make sure that when I am able to contribute, that I am following the right workflow.

CreativeNotice commented 9 years ago

Dean, I think that's up to you. It would be interesting to work in http://semver.org/. Perhaps non-breaking bug fixes and features are pulled right into master but breaking features are released in another branch (maybe dev) for review before being merged to master.