Skip to content

Commit

Permalink
Updated template to not be Gitlab specific
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Feb 10, 2021
1 parent 5618842 commit fb55cbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/WorkingWithTickets.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The basic flow for handling a ticket is as follows:

1. Assign the ticket to yourself, and the system will change the label to "tcx_Assigned", removing the "tcx_OpenForPickup" label. Please only assign tickets to yourself when you are ready to work on it. I don't want tickets assigned to someone and then not have them work on a ticket for 24 hours. The goal here is a quick turnaround for the client. If you can't work on a ticket immediately, leave it for someone else.

1. Complete the ticket and create a merge request within 24 hours. Please ensure your merge request can be merged automatically (resolving any conflicts) and that it's against the latest commit in Git when you create it.
1. Complete the ticket and create a merge request within 24 hours. Please ensure your merge request can be merged automatically (resolving any conflicts) and that it's against the latest commit in Git when you create it.

1. Change the label on the ticket to "tcx_ReadyForReview"

Expand All @@ -24,7 +24,7 @@ If a fix is rejected, a comment, and possibly a screenshot, will be added to the

# Payment amounts

Each ticket in GitLab has a dollar value. That is the amount you will be paid when the ticket is completed, merged, and verified by the copilot. Note that there is still a 30 day waiting period as the payment will be treated as a regular TopCoder challenge payment.
Each ticket in Gitlab / Github has a dollar value. That is the amount you will be paid when the ticket is completed, merged, and verified by the copilot. Note that there is still a 30 day waiting period as the payment will be treated as a regular TopCoder challenge payment.

# Important Rules:

Expand All @@ -40,6 +40,6 @@ Each ticket in GitLab has a dollar value. That is the amount you will be paid w

- If an assigned task is not done in 24 hours, you will need to explain why it is not completed as a comment on the ticket.

- You can ask questions directly on the GitLab ticket.
- You can ask questions directly on the Gitlab / Github ticket.

### ANYONE NOT FOLLOWING THE RULES ABOVE WILL BE WARNED AND POTENTIALLY LOSE THEIR GITLAB ACCESS!
### ANYONE NOT FOLLOWING THE RULES ABOVE WILL BE WARNED AND POTENTIALLY LOSE THEIR GIT ACCESS!

0 comments on commit fb55cbb

Please sign in to comment.