Code Contributions¶
Creating Pull Requests¶
Found a bug and know how to fix it? Have some design wireframes to improve some usability issues? Translated Hypha into another language? Built a new feature you want to add? Please submit an issue or create a pull request on GitHub.
Guidance for contributing code:
Testing¶
Test Class Helpers¶
BaseViewTestCase provides a useful framework for testing views. It handles the setup of requests and simplifies common url operations for views in the same installed app.