what are tasks in our pull requests? #27
-
its showing 1 of 8 tasks .....what is it and shall i be bothered |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Tasks are generally the basic requirement of a pull request which need to be fulfilled in order to satisfy the project requirements. These requirements are generally set of instructions given by maintainers of the project in order to maintain quality standard in the project. All the task to be passed in not mandatory for a pull request to be merge ready. Tasks are represented by clickable checkboxes. Some examples of tasks include: |
Beta Was this translation helpful? Give feedback.
Tasks are generally the basic requirement of a pull request which need to be fulfilled in order to satisfy the project requirements. These requirements are generally set of instructions given by maintainers of the project in order to maintain quality standard in the project. All the task to be passed in not mandatory for a pull request to be merge ready. Tasks are represented by clickable checkboxes.
Some examples of tasks include:
Bug fixes
,New feature update
,Code of Conduct for the repo or organization
,Project Guidelines
ant etc.