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: src/content/contributor-docs/en/steward_guidelines.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Bug report issues should use the "Found a bug" issue template. The following wor
110
110
* Otherwise, leave a comment about where the bug report should be filed (with a direct link provided) and close the issue.
111
111
* The first step in reviewing a bug report is to see if enough information is provided for a bug replication, and if so, attempt to replicate the bug as described.
112
112
2. If the bug can be replicated:
113
-
* Some discussion may be required to determine the best way to fix a particular bug. Sometimes, it may be straightforward; sometimes, it may be tricky. Please refer to [p5.js' design principles](../contributor_guidelines.md#software-design-principles) when making this decision on a case-by-case basis.
113
+
* Some discussion may be required to determine the best way to fix a particular bug. Sometimes, it may be straightforward; sometimes, it may be tricky. Please refer to [p5.js' design principles](../contributor_guidelines/#software-design-principles) when making this decision on a case-by-case basis.
114
114
* If the issue author indicated in the issue they are willing to contribute a fix:
115
115
* Approve the issue for fixing by the issue author by leaving a comment and assigning them to the issue. Use the cog button on the right side next to "Assignee".
116
116
* If the issue author does not wish to contribute a fix:
@@ -135,7 +135,7 @@ Feature request issues should use the "New Feature Request" issue template. The
135
135
* If a feature request does not have the "Increasing Access" field sufficiently filled out, you can ask the issue author how the feature increases access.
136
136
* The access statement of a feature can be provided by a different member of the community, including the issue reviewers.
137
137
2. The new feature request can be assessed for inclusion based on the following criteria.
138
-
* Does the feature fit into the project scope and [design principles](../contributor_guidelines.md#software-design-principles) of p5.js?
138
+
* Does the feature fit into the project scope and [design principles](../contributor_guidelines/#software-design-principles) of p5.js?
139
139
* For example, a request to add a new drawing primitive shape may be considered, but a request to adopt a browser-based IOT protocol will likely be out of scope.
140
140
* Overall, the scope of p5.js should be relatively narrow in order to avoid excessive bloat from rarely used features.
141
141
* If a feature does not fit into the scope of p5.js, suggest that the issue author implement the feature as an addon library.
@@ -233,7 +233,7 @@ Dependabot PRs are usually only visible to repo admins so if this does not apply
233
233
234
234
## Build process
235
235
236
-
This section will not cover the general build setup nor commands but rather details about what's happening behind the scenes. Please see the [contributor’s guidelines](../contributor_guidelines.md#working-on-p5js-codebase) for more detailed build info.
236
+
This section will not cover the general build setup nor commands but rather details about what's happening behind the scenes. Please see the [contributor’s guidelines](../contributor_guidelines/#working-on-the-p5js-codebase) for more detailed build info.
237
237
238
238
Starting with p5.js version 2.0, the project no longer uses Grunt for task automation. Instead, the build and test processes are handled using modern tools like npm scripts, ESLint, and [Vitest](https://vitest.dev/).
0 commit comments