> On Jan 11, 2016, at 3:27 PM, Jan Sindberg <[email protected]> wrote: > > If I can start with helping with the small stuff? I am probably a little > short on time, but I could just as well have fixed this equals-method and > added a unit test. > Unit tests > Caching and configuration - I am looking at this right now, but I guess it > takes some discussion :-) > Documentation - I must have learned something by now. I might even have it > written down for my own sake. > > Until now I have just used what you have made. How do I set up locally if I > am to contribute?
We’ve been accepting pull requests from contributors for a few months now. I’d suggest that as a way for you to get involved. Changes / additions to unit tests is a great way to start. That way you A. know how to run the tests, B. gain understanding of the test methodology. Shawn
