Skip to content

Commit

Permalink
Adding explicit guideline for contributors into GUIDELINES file
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Aug 25, 2013
1 parent 30e3d4d commit 6c5f54e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 10 additions & 0 deletions GUIDELINES
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1. Use the Eiffel Style guidelines
- http://dev.eiffel.com/Style_Guidelines
- (advisable) http://dev.eiffel.com/Local_Declaration_Guidelines

2. Use the Eiffel Information System to link specification (Rosetta Code page) and the Eiffel implementation.
See: http://docs.eiffel.com/book/eiffelstudio/eiffel-information-system

3. Ensure that the ECF file is not confused after a sub-cluster addition.

Thanks for your future contribution.
12 changes: 1 addition & 11 deletions README
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
Description:
Examples in Eiffel based on problem descriptions from Rosetta Code (http://rosettacode.org/wiki/Rosetta_Code)

Advices:
1. Make it easy to read for Eiffel newcomers.

2. Use the Eiffel Style guidelines
- http://dev.eiffel.com/Style_Guidelines
- (advisable) http://dev.eiffel.com/Local_Declaration_Guidelines

3. Ensure that the ECF file is not confused after a sub-cluster addition.
Examples in Eiffel based on problem descriptions from Rosetta Code (http://rosettacode.org/wiki/Rosetta_Code)

0 comments on commit 6c5f54e

Please sign in to comment.