From fb55cbb2108791f53c8c115b20b1d2f100adc95c Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Thu, 11 Feb 2021 08:25:29 +1100 Subject: [PATCH] Updated template to not be Gitlab specific --- src/assets/WorkingWithTickets.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/WorkingWithTickets.md b/src/assets/WorkingWithTickets.md index 45badec..e749620 100644 --- a/src/assets/WorkingWithTickets.md +++ b/src/assets/WorkingWithTickets.md @@ -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" @@ -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: @@ -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! \ No newline at end of file +### ANYONE NOT FOLLOWING THE RULES ABOVE WILL BE WARNED AND POTENTIALLY LOSE THEIR GIT ACCESS!