Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 788 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 788 Bytes

As you begin implementing a feature or fixing a bug, please create or update the relevant issue on GitHub so that others know you're actively working on it.

While writing code, try to follow standard pep-8 rules and keep things tidy. The one rule I'd say is optional would be the 80 character line limit. Where you can stay under the limit I encourage you to do so, but only if it doesn't make the code less readable.

Before making a pull request, please test these changes extensively on both desktop and mobile devices and invite other users to do the same. The master branch is running live on crabber.net, unstable code or broken HTML can not be tolerated. Error messages scare users.

Be friendly and have fun! This is a silly project, don't take yourself too seriously. Peace.