forked from dodyg/practical-aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |