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: CONTRIBUTING.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ Contributions to the project are made through GitHub pull requests (PRs) that co
17
17
18
18
### 2. Claiming a Task
19
19
20
-
- To claim a task, comment `claim` on the relevant GitHub issue.
20
+
- To claim a task, comment the single word `claim` on the relevant GitHub issue.
21
21
- If no other user is assigned, you will automatically be assigned to the task, and the issue will move to the `Claimed` column.
22
-
- You may only claim one task at a time. If you decide not to work on a task after claiming it, comment `disclaim` on the issue. This will unassign you and return the issue to the `Unclaimed` column, making it available for others to claim.
22
+
- You may only claim one task at a time. If you decide not to work on a task after claiming it, comment the single word `disclaim` on the issue. This will unassign you and return the issue to the `Unclaimed` column, making it available for others to claim.
23
23
24
24
### 3. Working on the Task
25
25
@@ -28,17 +28,17 @@ Once you are assigned to an issue, begin working on the corresponding task. You
28
28
### 4. Submitting a Pull Request
29
29
30
30
- When you are ready to submit your solution, create a PR from your working branch to the project’s `main` branch.
31
-
- After submitting the PR, comment `propose PR #PR_NUMBER` on the original issue. This links your PR to the task, and the task will move to the `In Progress` column on the dashboard.
31
+
- After submitting the PR, comment the single phrase `propose PR #PR_NUMBER` on the original issue. This links your PR to the task, and the task will move to the `In Progress` column on the dashboard.
32
32
- A task can only move to `In Progress` if it has been claimed by the user proposing the PR.
33
33
34
34
### 5. Withdrawing or Updating a PR
35
35
36
-
- If you need to withdraw your PR, comment `withdraw PR #PR_NUMBER` on the issue. The task will return to the `Claimed` column, but you will remain assigned to the issue.
37
-
- To submit an updated PR after withdrawal, comment `propose PR #NEW_PR_NUMBER` following the same process outlined in step 4.
36
+
- If you need to withdraw your PR, comment the single phrase `withdraw PR #PR_NUMBER` on the issue. The task will return to the `Claimed` column, but you will remain assigned to the issue.
37
+
- To submit an updated PR after withdrawal, comment the single phrase `propose PR #NEW_PR_NUMBER` following the same process outlined in step 4.
38
38
39
39
### 6. Review Process
40
40
41
-
- After finishing the task and ensuring your PR is ready for review, comment `awaiting-review` on the PR. This will add the `awaiting-review` label to your PR and move the task from `In Progress` to the `In Review` column of the dashboard.
41
+
- After finishing the task and ensuring your PR is ready for review, comment the single word `awaiting-review` on the PR. This will add the `awaiting-review` label to your PR and move the task from `In Progress` to the `In Review` column of the dashboard.
42
42
- The project maintainers will review the PR. They may request changes, approve the PR, or provide feedback.
0 commit comments