Skip to content

Commit

Permalink
Update contributor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianqianye committed Aug 29, 2024
1 parent d1f4eec commit 9ed0820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion contributor_docs/contributor_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ This is a relatively long and comprehensive document but we will try to signpost
- [Source code](#source-code)
- [Unit tests](#unit-tests)
- [Inline documentation](#inline-documentation)
- [Internationalization](./contributor_guidelines.md#internationalization)
- [Accessibility](#accessibility)
- [Code standard](#code-standard)
- [Software Design principles](#software-design-principles)
Expand Down
3 changes: 1 addition & 2 deletions contributor_docs/creating_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,4 @@ p5.prototype.myMethod = function(){

**Examples are great, too!** They show people what your library can do. Because this is all JavaScript, people can see them running online before they download anything.[ ](http://jsfiddle.net/) You can create a collection of examples on the p5.js web editor to showcase how your library works.

**Let us know!** Once your library is ready for distribution, send an email to hello\@p5js.org with a link and some info. We'll include it on the [libraries page](http://p5js.org/libraries/)! If you have created a library and would like to have it included on the [p5js.org/libraries](https://p5js.org/libraries) page, please fill in [this form](https://docs.google.com/forms/d/e/1FAIpQLSdWWb95cfvosaIFI7msA7XC5zOEVsNruaA5klN1jH95ESJVcw/viewform).

**Submit your library!** Once your library is ready for distribution and you’d like it included on the [p5js.org/libraries](https://p5js.org/libraries) page, please submit a pull request on the p5.js website GitHub repository following [this intruction](https://github.com/processing/p5.js-website/blob/main/docs/contributing_libraries.md)!

0 comments on commit 9ed0820

Please sign in to comment.