Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contributor doc descriptions #6933

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading