-
Notifications
You must be signed in to change notification settings - Fork 138
Development Standards
mani-monaj edited this page Oct 4, 2011
·
9 revisions
From September 2011, all grSim development has been moved from Parsian's private SVN repo to github.
Please stick to these (incomplete list of) standards while doing development on grSim.
- The README file must outline all important aspects of the software, suggested sections:
- Introduction including both link to the webpage and github repo.
- Licence (Refer to Licence file)
- Minimum System Requirements
- Installation (Refer to Install file)
- Usage (Refer to usage wiki page as extra information)
- Changelog (Refer to Changelog file)
- The INSTALL file must discuss in details the required steps for installation.
- The AUTHORS file must include all names of main developers and all other people who contributed the code to the project with their full name, institute name, email address and github profile address if available.
- The CHANGELOG file must include all changes made to the software during each milestone, details below.