Skip to content

Commit 9ed0820

Browse files
committed
Update contributor docs
1 parent d1f4eec commit 9ed0820

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contributor_docs/contributor_guidelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ This is a relatively long and comprehensive document but we will try to signpost
3232
- [Source code](#source-code)
3333
- [Unit tests](#unit-tests)
3434
- [Inline documentation](#inline-documentation)
35-
- [Internationalization](./contributor_guidelines.md#internationalization)
3635
- [Accessibility](#accessibility)
3736
- [Code standard](#code-standard)
3837
- [Software Design principles](#software-design-principles)

contributor_docs/creating_libraries.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,5 +307,4 @@ p5.prototype.myMethod = function(){
307307

308308
**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.
309309

310-
**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).
311-
310+
**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 commit comments

Comments
 (0)