Skip to content

How to contribute

WhiteSuan edited this page May 29, 2019 · 7 revisions

CanITrust.in is designed in a way that makes it as easy as possible for anyone to contribute their own test cases. Let's see how:

I want to write my own code!

Be our guest! Please fork this repo and write your own test case with just a few lines of Python and HTML code. You can test your script locally and if it works, please prepare a pull request for us. We will then review the request, integrate it into our code base and run the tests with our backend. The results should then appear in the frontend in just a few days.

It's really easy, see here for detailed instructions.

Python? HTML? No idea what that means!

Don't worry, we got you covered! If you have a kickass test case you would like us to include, but don't know how, just describe it to us! Go to our Issues page and tell us what you would like have tested. We will then check it out, consider it and write the test ourselves.

I found a bug in your code / your site!

Great! Please also head over to our Issues page and file a bug. We will try to fix it as soon as possible!