Skip to content

Commit 308055d

Browse files
committed
link changes directing to contributor guidelines
1 parent be30227 commit 308055d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/contributor-docs/en/steward_guidelines.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Bug report issues should use the "Found a bug" issue template. The following wor
110110
* Otherwise, leave a comment about where the bug report should be filed (with a direct link provided) and close the issue.
111111
* 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.
112112
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.
114114
* If the issue author indicated in the issue they are willing to contribute a fix:
115115
* 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".
116116
* 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
135135
* 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.
136136
* The access statement of a feature can be provided by a different member of the community, including the issue reviewers.
137137
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?
139139
* 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.
140140
* Overall, the scope of p5.js should be relatively narrow in order to avoid excessive bloat from rarely used features.
141141
* 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
233233

234234
## Build process
235235

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.
237237

238238
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/).
239239

0 commit comments

Comments
 (0)