Skip to main content

🗃 ClickUp​

1 - User Story​

The project's Task starts in the User Story on the ClickUp platform.

2 - User Feedback​

Within the main Task, there will be a User Feedback section dedicated to product feedbacks, which soon became a subtasks.

3 - SubTask​

Once the subtask is created, the developer can work within it.

The subtask is divided into two parts, the first is the task description and the second is the chat, where the team can talk about the development of the work.

  • Task description:

    • Title;
    • Detail description of what will be done in the task;
    • Evidence (images, GIF, videos etc);
  • Chat:

    • Dialogue between team;
    • To tag the whole team at once, just put @watcher and leave a comment.


🗂 Github​

Before starting the task is necessary to link your Clickup task with the repository on Github, so that the code can be stored, corrected and merged.

Following these steps:

  • Link branch to Github;
  • Copy the branch description: Create & Checkout a new branch:;
  • At the paste in the terminal from the main branch;
  • This way, push the new branch to Github, using this command in the terminal: git push origin HEAD.


5 - Doing task​

As the branch linked to Clickup and Github, development can be done and delivered.

Following these steps:

  • Make the commits in the correct branch;
  • To upload commits just put the command in the terminal: git push origin HEAD ;
  • Then open PR on Github, to check the team;
  • Get the staging link on Carlin and put it on the Clickup chat to share with the team;
  • Finally, wait for the team's approval to merge;