Skip to content

added link for Preparing an Issue Guide at 2 places #3507

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

Closed
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
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Issues with these labels are a great place to start!
- [Need Steps to Reproduce](https://github.com/processing/p5.js-web-editor/labels/Needs%20Steps%20to%20Reproduce)
- [Ready for Work](https://github.com/processing/p5.js-web-editor/labels/Ready%20for%20Work)

A breakdown of what each label means can be found in the [Preparing an Issue Guide](#preparing-an-issue).
A breakdown of what each label means can be found in the [Preparing an Issue Guide](https://github.com/processing/p5.js-web-editor/blob/develop/contributor_docs/preparing_an_issue.md).

When approaching these issues, know that it's okay to not know how to fix an issue! Feel free to ask questions about to approach the problem. We are all here to learn and make something awesome. Someone from the community will help you out, and asking questions is a great way to learn about the p5.js editor, its file structure, and development process.

Expand Down Expand Up @@ -83,7 +83,7 @@ Before submitting a pull request, make sure that:
---

## Ideas for Getting Started
* Use the [p5.js Editor](https://editor.p5js.org)! Find a bug? Think of something you think would add to the project? Reference the [Preparing an Issue Guide](#preparing-an-issue) and open an issue.
* Use the [p5.js Editor](https://editor.p5js.org)! Find a bug? Think of something you think would add to the project? Reference the [Preparing an Issue Guide](https://github.com/processing/p5.js-web-editor/blob/develop/contributor_docs/preparing_an_issue.md) and open an issue.
* Expand an existing issue. Sometimes issues are missing steps to reproduce, or need suggestions for potential solutions. Sometimes they need another voice saying, "this is really important!"
* Try getting the project running locally on your computer by following the [installation steps](./../contributor_docs/installation.md).
* Look through the documentation in the [developer docs](../contributor_docs/) and the [development guide](./../contributor_docs/development.md). Is there anything that could be expanded? Is there anything missing?
Expand Down