You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributor_docs/steward_guidelines.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Steward Guidelines
4
4
5
-
Whether you are new to p5.js contribution, are already active on the p5.js GitHub repositories, or are somewhere in between, this guide contains information about p5.js stewardship. If you are not sure what to expect from stewards, or if you considering how to volunteer or get started as a steward, read on!
5
+
Whether you are new to p5.js contribution, are already active on the p5.js GitHub repositories, or are somewhere in between, you'll find what you need in this guide to p5.js stewardship. If you are not sure what to expect from stewards, or if you are considering how to volunteer or get started as a steward, read on!
6
6
7
7
8
8
## Table of Contents
@@ -44,7 +44,7 @@ An open source ethos includes [accessibility, education, collaboration, transpar
44
44
45
45
The rest of these guidelines provide some tips and tricks that will help you effectively contribute to p5.js, and to helpfully guide others' contributions. Most of what is written here are guidelines unless otherwise stated, which means you can adapt the practices shown here to suit your workflow.
46
46
47
-
Everyone is invited to help steward the community when you can! We are happy to see contributors welcome new contributors, review others' code, and provide API design feedback. There are also some concrete roles:
47
+
Everyone is invited to help steward the community when they can! We are happy to see contributors welcome new contributors, review others' code, and provide API design feedback. There are also some concrete roles:
48
48
49
49
1. Contributors are able to make Issues, PRs, Comments, and Code Reviews.
50
50
2. Maintainers are also able to merge PRs and admin other parts of the codebase.
@@ -62,15 +62,15 @@ There are different areas of work that stewards can be responsible for. These ar
62
62
-**Accessibility**: This area specifically refers to digital and web accessibility, including, for example, screen reader support via API like `describe(..)` as well as accessibility support on the reference website
63
63
-**Core**: Refers to core p5.js API, including rendering and environment
64
64
-**DevOps**: Refers to build process, unit testing, and other aspects of the development experience
65
-
-**Documentation**: includes both reference in the core codebase that is exposed on the website, the contributor docs, and other website content
65
+
-**Documentation**: Includes both reference in the core codebase that is exposed on the website, the contributor docs, and other website content
66
66
- i18n (Internationalization / **Translation**): Includes reviewing translations, particularly for `es`, `hi`, `ko`, `zh`
67
67
-**Graphics**: Contains subareas of WebGL and [p5.strands](https://beta.p5js.org/tutorials/intro-to-p5-strands/)
68
-
-**Color**: Includes Color, ColorMode, accessibility improvements around color usage, colro in 2D and 3D, and so on
68
+
-**Color**: Includes Color, ColorMode, accessibility improvements around color usage
69
69
-**Typography**: Refers to all topics on handling text and font
70
70
-**Math**: Includes both external Math API and internal performance improvements
71
71
-**Shapes**: Includes working with custom shapes in both 1.11.x and 2.x versions of p5.js
72
72
-**Maintainers**: This group can merge PRs
73
-
-**p5.sound.js**: The [new p5.sound.js](https://github.com/processing/p5.sound.js)addon library
73
+
-**p5.sound.js**: The [new p5.sound.js](https://github.com/processing/p5.sound.js)add-on library
74
74
-**p5.js-website**: Non-content aspects of the [reference website](https://p5js.org/) - for example, its structure, automations, technical improvements and so on.
75
75
76
76
These focus areas may change over time depending on the needs of the project - so if you are going through the process of applying to be a steward, you are welcome to proposals new areas!
0 commit comments