Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg authored Jun 17, 2017
1 parent f03c0f6 commit 135a4de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
##Contributor Guidelines

* Put all the code inside Program.cs. It makes it easier for casual users to read the code online and learn something. Sometimes it is too cumbersome to chase down types using browser.
* Keep your sample very simple and specific. Try to minimise the amount of concept that people need to know in order to understand your code.
* There is no sample that is too small. If it shows one single interesting and useful knoweldge, add it in.*
* When you are ready, update readme and add the link to the project with a paragraph or two. Do not forget to increment the sample count at the beginning of this document.

0 comments on commit 135a4de

Please sign in to comment.