Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

49 lines (32 loc) · 1.78 KB

How to contribute to Whateverable

🍕 First off, thanks for taking the time to contribute! 🍕

If you have a question that is not covered here, just talk to a human on #perl6 or #whateverable IRC channel on freenode.

Looking for a bug to squash? See issues marked as low-hanging fruit.

Reporting bugs

If you found a bug, feel free to file an issue. Include as much information as you feel necessary.

Note that issues are only closed once there is a fix and at least one test. Tickets that need tests are marked with testneeded label.

Submitting changes

Generally, code contributions are accepted as pull requests. Let us know if that is not suitable for you and you want to contribute in a different way (e.g. by mailing a patch).

To test your changes, check out wiki/Installation for instructions on installing and running the bots.

Coding conventions are not enforced, but try to keep your changes consistent with code around them. For example, you'll find that unicode quotes (“”, ‘’, 「」) are preferred over ASCII quotes ("", ''), but pull requests will be accepted regardless of which quotes are used. The code will be consistified later in bulk.

Do you want more information about the bots?

If you want to learn more about the functionality of the bots, please see whateverable wiki.