Commit 71280702a5b67e860a5f9019e07f18277366260b

Authored by Rafael Manzo
1 parent 237cd272

Contributing section as the first one on README. So people may read what is there

Showing 2 changed files with 8 additions and 7 deletions   Show diff stats
.gitignore
... ... @@ -28,3 +28,4 @@ analizo_1.16.0_all.deb
28 28 db_bootstrap.sql
29 29 install.sh
30 30 kalibro_gatekeeper.yml
  31 +.capistrano
... ...
README.rdoc
... ... @@ -6,6 +6,13 @@ Prezento is the web interface for Mezuro.
6 6  
7 7 Mezuro project aims provide a platform to compare projects and metric techniques, teach how to use metrics through configurations, analyze code, avoid technical debts, and disseminate code metrics usage and understanding.
8 8  
  9 +=== Contributing
  10 +
  11 +Please, have a look the wiki pages about development workflow and code standards:
  12 +
  13 +* https://github.com/mezuro/mezuro/wiki/Development-workflow
  14 +* https://github.com/mezuro/mezuro/wiki/Standards
  15 +
9 16 === Development
10 17  
11 18  
... ... @@ -86,13 +93,6 @@ Mezuro project aims provide a platform to compare projects and metric techniques
86 93 3. <tt>cap deploy:setup</tt> will install the ruby correct ruby version, the gemset and all the directories tree;
87 94 4. <tt>cap deploy:migrations</tt> deploys the code and run all the migrations
88 95  
89   -=== Contributing
90   -
91   -Please, have a look the wiki pages about development workflow and code standards:
92   -
93   -* https://github.com/mezuro/mezuro/wiki/Development-workflow
94   -* https://github.com/mezuro/mezuro/wiki/Standards
95   -
96 96 === License
97 97  
98 98 Copyright (c) 2013-2014 The Author developers.
... ...