Skip to content

Commit 72f0ee6

Browse files
committed
update references to preparing an issue
1 parent 00e7849 commit 72f0ee6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contributor_docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ These guides aren't exhaustive, and do not cover all the possible ways you can c
99
* [Installation](installation.md) - A guide for setting up your development environment.
1010
* [Development](development.md) - A guide for contributing code to the codebase.
1111
* [Testing](./testing.md) - A guide for writing and running tests in the codebase.
12-
* [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for making a pull-request.
12+
* [Preparing an Issue](preparing_an_issue.md) - Instructions for creating and navigating issues.
13+
* [Preparing a Pull Request](preparing_a_pull_request.md) - Instructions for making a pull-request.
1314
* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application.
1415
* [Translations Guidelines](translations.md) - Guidelines for translating the p5.js editor.
1516
* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
@@ -18,5 +19,4 @@ These guides aren't exhaustive, and do not cover all the possible ways you can c
1819

1920
## Documents to Create
2021
* Software Design Principles - reference [p5.js software design principles](https://github.com/processing/p5.js/blob/eb61f7a260531d17930de3c987949558ce242d35/contributor_docs/contributor_guidelines.md#software-design-principles)
21-
* Issue Templates - reference [p5.js issue templates](https://github.com/processing/p5.js/blob/main/contributor_docs/contributor_guidelines.md#issue-templates)
2222
* File Structure - An explanation of the file structure of this application.

contributor_docs/preparing_an_issue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ To file a new issue:
1414

1515
4. Fill out the form as in-depth as you can. It helps to be as clear and specific as you can in your language and supporting information. Some ways to achieve that is by including screenshots, code snippets, or steps to exactly reproduce a scenario! Doing this helps maintainers and other contributors understand and respond to your issue more quickly and accurately.
1616

17+
More in-depth information about filing an issue can be found within the [p5.js Library Documentation for Issue Templates](https://github.com/processing/p5.js/blob/main/contributor_docs/contributor_guidelines.md#issue-templates).
1718

1819
## Navigating Existing Issues
1920

0 commit comments

Comments
 (0)