Thank you for your interest in contributing to the ABC-Exceptions Project! This guide provides detailed instructions on how to effectively and efficiently contribute to the project.
The project is managed using a GitHub project dashboard, which tracks tasks through various stages, from assignment to completion.
Contributions to the project are made through GitHub pull requests (PRs) that correspond to specific tasks outlined in the project's issues. The following instructions detail the process for claiming and completing tasks.
- Tasks are posted as GitHub issues and can be found in the
Unclaimedcolumn of the project dashboard. - Each issue represents a specific task to be completed. The issue title and description contain relevant details and requirements.
- To claim a task, comment the single word
claimon the relevant GitHub issue. - If no other user is assigned, you will automatically be assigned to the task, and the issue will move to the
Claimedcolumn. - 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
disclaimon the issue. This will unassign you and return the issue to theUnclaimedcolumn, making it available for others to claim.
Once you are assigned to an issue, begin working on the corresponding task. You should create a new branch from the main branch to develop your solution.
- When you are ready to submit your solution, create a PR from your working branch to the project’s
mainbranch. - After submitting the PR, comment
propose #PR_NUMBERon the original issue. This links your PR to the task, and the task will move to theIn Progresscolumn on the dashboard. - A task can only move to
In Progressif it has been claimed by the user proposing the PR.
- If you need to withdraw your PR, comment the single phrase
withdraw #PR_NUMBERon the issue. The task will return to theClaimedcolumn, but you will remain assigned to the issue. - To submit an updated PR after withdrawal, comment
propose #NEW_PR_NUMBERfollowing the same process outlined in step 4.
- After finishing the task and ensuring your PR is ready for review, comment
awaiting-reviewon the PR. This will add theawaiting-reviewlabel to your PR and move the task fromIn Progressto theIn Reviewcolumn of the dashboard. - The project maintainers will review the PR. They may request changes, approve the PR, or provide feedback.
- Once the PR is approved and merged, the task will automatically move to the
Completedcolumn. - If further adjustments are needed after merging, a new issue will be created to track additional work.
- Please adhere to the issue claiming process. If an issue is already assigned to another contributor, refrain from working on it without prior communication with the current claimant. This ensures a collaborative and respectful workflow that values each contributor’s efforts.
- Be aware that this contribution process is still in an experimental phase. As a result, occasional issues and inefficiencies may arise. We are committed to continuously refining the process, and your constructive feedback is highly appreciated. You can share your thoughts and suggestions on the Lean Zulip chat channel.
- Until the integration of sufficient CI automation, the management of the project dashboard is handled manually by the maintainers. We ask for your patience and understanding as we work to keep the process running smoothly.