Skip to content

Commit 197b6d0

Browse files
committed
2 parents c91ab58 + b230800 commit 197b6d0

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
# [BETA] p5.js Website
1+
# p5.js Website
22

3-
## Contributing
3+
## How To Contribute
4+
Known bugs and intended new features are tracked using [GitHub issues](https://github.com/processing/p5.js-website/issues). If you'd like to start working on an existing issue, comment on the issue that you plan to work on it so other contributors know it's being handled and can offer help. Once you have completed your work on this issue, [submit a pull request (PR)](https://github.com/processing/p5.js/blob/main/contributor_docs/contributor_guidelines.md#pull-requests) to the p5.js main branch. In the description field of the PR, include "resolves #XXXX" tagging the issue you are fixing. If the PR addresses the issue but doesn't completely resolve it (ie the issue should remain open after your PR is merged), write "addresses #XXXX".
45

5-
### Content Changes
6+
If you discover a bug or have an idea for a new feature you'd like to add, begin by submitting an issue. Please do not simply submit a pull request containing the fix or new feature without making an issue first, we will probably not be able to accept it. Once you have gotten some feedback on the issue and a go ahead to address it, you can follow the process above to add the fix or feature.
67

8+
### Content Changes
79
If you are here to edit or translate content, please do so inside [the `src/content/` folder](/src/content).
810

911
### Code Changes
10-
11-
For making code changes, check out the [technical overview](./docs/techical_overview.md) to get started.
12+
For making code changes, please check out the [technical overview](./docs/techical_overview.md) to get started.
1213

1314
### Adding Libraries
14-
1515
Follow the steps in the <a href="./docs/contributing_libraries.md">Contributing Libraries</a> doc if you would like to add your libary to the collection!
16+
17+
## Add Yourself to p5.js Contributors
18+
We recognize all types of contributions. This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Add yourself to the [p5.js repository readme](https://github.com/processing/p5.js/blob/main/README.md#contributors) by following the [instructions here](https://github.com/processing/p5.js/issues/2309)!
19+
20+
If you've contributed to this website (or any other part of the p5.js project), add yourself [here](https://github.com/processing/p5.js#contributors). Instructions to do this can be found at the bottom of the section.

0 commit comments

Comments
 (0)