BABEL tasks are now publicly managed via GitHub. To participate in task completion, contributors must follow the workflow outlined below.
- Tasks are listed in the
Tododirectory. - To claim a task, fill in all fields marked with an asterisk (*).
- Create a new branch from the main branch locally, move the task files from the
Tododirectory to theReviewingdirectory, push the changes to GitHub, and create a pull request (PR) to merge into the main branch. - Each task can only be claimed by one person at a time.
- If a task is rejected during review, it will be moved back to the
Todofolder for others to claim.
Each task follows these stages:
- Todo: Available tasks.
- Reviewing: Tasks submitted for reviewing.
- InProgress: Tasks currently being worked on.
- Done: Completed tasks.
- The assignee must submit a commit with the implemented task.
- The task must be moved between directories (
Todo→Reviewing→InProgress→Done) based on its actual progress. Unless rejected (Todo→Reviewing→Todo). - Tasks should be moved using cut, not copy.
- Any modification or movement of tasks must be done through a PR (Pull Request).
- Each commit must be mentioned in the community for tracking and reviewing.