tweaks to contrib guidelines

This commit is contained in:
Ben Fry
2022-02-14 20:52:25 -05:00
parent e6f82b8b12
commit 8f8604fcc6
+6 -6
View File
@@ -4,20 +4,20 @@
We have a page on [troubleshooting](https://github.com/processing/processing/wiki/Troubleshooting) common problems. Check there first!
We also host an [online forum](https://forum.processing.org) for coding questions, which is also helpful for general "getting started" queries.
We also host an [online forum](https://discourse.processing.org/) 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](https://github.com/processing/processing/issues). We can only fix the things we've heard about.
If you don't find an answer, please let us know by [filing an issue](https://github.com/processing/processing4/issues). 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.
Also, 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 its important for the community, and enjoy working on it. Complaints that things *suck*, or are *annoying*, or lectures about things that *must* be fixed are weird to hear from total strangers (at best), and 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](https://github.com/processing/processing/graphs/contributors) who actively work on this repository, for instance. We need help!
Great! The number of contributors on this project is *tiny*, especially relative to the number of users. There are [only one or two people](https://github.com/processing/processing4/graphs/contributors) who actively work on this repository, for instance. We need help!
How to start:
* Issues marked [help](https://github.com/processing/processing/issues?q=is%3Aissue+is%3Aopen+label%3Ahelp) 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](https://github.com/processing/processing/wiki/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).
* Issues marked [help wanted](https://github.com/processing/processing4/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) are a good place to start, because they are usually isolated enough that someone can jump into it without significant reworking of other code.
* Keep the [style guidelines](https://github.com/processing/processing/wiki/Style-Guidelines) in mind when submitting pull requests. If you don't, 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