Skip to content

Commit

Permalink
Update contributor doc descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek committed Apr 2, 2024
1 parent 3754ce6 commit 490bc17
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contributor_docs/contributing_to_the_p5.js_reference.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- A tour of the source code powering the Reference section of the p5.js website, and a guide to help contribute to it. -->
<!-- Write and edit p5.js reference using the right format. -->

# Contributing to the p5.js Reference

Expand Down
2 changes: 1 addition & 1 deletion contributor_docs/contributor_guidelines.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Start here if you are looking to participate on GitHub! -->
<!-- Essential information about contributing to p5.js on GitHub. -->

# Contributor Guidelines

Expand Down
2 changes: 1 addition & 1 deletion contributor_docs/creating_libraries.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Step-by-step instructions on how to create an addon library. -->
<!-- Extend p5.js functionalities with your own addon library. -->

# Creating an Addon Library

Expand Down
2 changes: 1 addition & 1 deletion contributor_docs/steward_guidelines.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- What to expect as a steward, and a playbook for common situations. -->
<!-- Learn about how to manage and review contributions to p5.js. -->

# Steward Guidelines

Expand Down
2 changes: 1 addition & 1 deletion contributor_docs/unit_testing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Learn how to write tests for p5.js, and help us keep the library bug-free. -->
<!-- Guide to writing tests for p5.js source code. -->

# Unit Testing

Expand Down
2 changes: 1 addition & 1 deletion contributor_docs/web_accessibility.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- The features p5.js provides to help keep sketches accessible to everyone. -->
<!-- Understand and use p5.js’ Web Accessibility features to make your sketch accessible. -->

# p5.js Web Accessibility

Expand Down

0 comments on commit 490bc17

Please sign in to comment.