Skip to content

Commit c175c1c

Browse files
authored
Add Notes about Ready for Work Label
1 parent 6947a34 commit c175c1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Issues with these labels are a great place to start!
5151
- [Help Wanted](https://github.com/processing/p5.js-web-editor/labels/Help%20Wanted)
5252
- [Good First Issue](https://github.com/processing/p5.js-web-editor/labels/Good%20First%20Issue)
5353
- [Need Steps to Reproduce](https://github.com/processing/p5.js-web-editor/labels/Needs%20Steps%20to%20Reproduce)
54+
- [Ready for Work](https://github.com/processing/p5.js-web-editor/labels/Ready%20for%20Work)
5455

5556
A breakdown of what each label means can be found in the [Preparing an Issue Guide](#preparing-an-issue).
5657

@@ -64,7 +65,9 @@ Before beginning work on a code contribution, please make sure that:
6465

6566
### Choosing an Issue
6667

67-
- **Please do not open a pull request for an issue that is already assigned to someone else**. We follow a “first assigned, first served” approach to avoid duplicated work. If you open a PR for an issue that someone else is already working on, your PR will be closed.
68+
The best way to verify if an issue is ready to be worked on is checking if it has the [Ready for Work](https://github.com/processing/p5.js-web-editor/labels/Ready%20for%20Work) label. However, here are a few other suggestions to keep in mind as you explore the issues:
69+
70+
- **Please do not open a pull request for an issue that is already assigned to someone else**. We follow a “first assigned, first served” approach to avoid duplicated work. If you open a PR for an issue that someone else is already working on, your PR will be closed.
6871

6972
- If an issue has been inactive for a long time, you’re welcome to check in politely by commenting to see if the assignee still plans to work on it or would be open to someone else taking over.
7073

0 commit comments

Comments
 (0)