Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.9 KB

CONTRIBUTING.md

File metadata and controls

24 lines (13 loc) · 1.9 KB

Welcome to Processing!

Bug Report?

We have a page on troubleshooting common problems. Check there first!

We also host an online forum for coding questions, which is also helpful for general "getting started" queries.

If you don't find an answer, please let us know by filing an issue. We can only fix the things we've heard about.

Please keep the tone polite. This project is volunteer work done in our free time. We give it away at no cost. We do this because we think it's important for the community and enjoy it. Complaints that things suck are annoying or lectures about things that must be fixed are... weird things to hear from strangers at best, demotivating at worst.

Want to Help?

Great! The number of contributors on this project is tiny, especially relative to the number of users. There are only 2 or 3 people who actively work on this repository, for instance. We need help!

How to start:

  • Issues marked help are a good place to start, because they're something that's isolated enough that someone can jump into it without significant reworking of other code.
  • Mind the style guidelines when submitting pull requests. Otherwise someone else will have to reformat your code so that it fits everything else (or we'll have to reject it if it'll take us too long to clean it up).

Other Details

This document was hastily thrown together in an attempt to improve the bug reporting process. It needs more detail about our intent with the project, the community behind it, our values, and an explanation of how the code itself is designed.