hey-red / Markdown

Open source C# implementation of Markdown processor, as featured on Stack Overflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to contribute

GoogleCodeExporter opened this issue · comments

Please write up a short wiki page on how to contribute to the project. Do
you require the use of Resharper or similar tools, how should the code be
formatted, do you prefer patches or regular commits, etc? If you use
Resharper or something similar, bundling a .resharper file with the
solution would help others with the tool to contribute without breaking the
code formatting standard.

Original issue reported on code.google.com by asbjornu on 26 Dec 2009 at 2:26

mostly I need help with unit tests at the moment.. my unit test code is 
ultra-janky.

Original comment by wump...@gmail.com on 27 Dec 2009 at 9:37

ok, I clarified on the home page under the "Please Contribute!" heading. Not 
sure we
need multiple wiki pages quite yet..

Original comment by wump...@gmail.com on 28 Dec 2009 at 6:52

  • Changed state: Fixed
I'm willing to help on the unit testing front.  I'm one of "those guys" that 
uses 
TDDs (almost) all the time.

However, it's *much* easier to unit test small classes / small methods.  I've 
added a 
patch to issue 1 that begins to address this.  

There is one new test in that patch that demonstrates a small, easy to read 
unit 
test.  It's in OutdenterTests.cs

Original comment by kevin.ba...@gmail.com on 1 Jan 2010 at 8:01