Added Markdown, and removed nbprojects directory
[base_ror3_portal.git] / README.markdown
blob57f4acc03f99544e41a41ec4be323e99da551fbe
1 Welcome to UK_Portal
2 ===================
4 This is a base Application for a Portal Type System
6 Gems Used
7 =========
9 * Devise (1.1.2) for Authentication
10 * CanCan for Authorization
13 CSS Frameworks
14 ==============
16 We use the [BluePrint Framework](http://blueprintcss.org) to give a nice layout, but feel free to use your own
19 How to contribute
20 =================
22 Please ensure that you provide appropriate spec/test coverage and ensure the documentation is up-to-date.
24 Bonus points if you perform your changes in a clean topic branch rather than master, and if you create an
25 issue on GH to discuss your changes. __Pull requests tend to get lost.__
27 Please also keep your commits __atomic__ so that they are more likely to apply cleanly.
29 That means that each commit should contain the smallest possible logical change.
31 Don’t commit two features at once, don’t update the gemspec at the same time you add a feature,
32 don’t fix a whole bunch of whitespace in a file at the same time you change a few lines, etc, etc.