Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-06-25 20:26:06 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-06-27 03:04:18 +0300
commit0d117230365c9cc72f80a893f78596a62daddfa0 (patch)
treeda2d1cf28dc3901ab9d359e59fa3b661119329b6 /.gitlab
parent6dd74543f6af8ebcf22aa10e39da004f388fdda5 (diff)
Fix order of the steps on the ~Conversation template
It's been in the wrong order forever :)
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Conversation_Migration.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab/issue_templates/Conversation_Migration.md b/.gitlab/issue_templates/Conversation_Migration.md
index 35a7a78ee..47aa7a714 100644
--- a/.gitlab/issue_templates/Conversation_Migration.md
+++ b/.gitlab/issue_templates/Conversation_Migration.md
@@ -2,11 +2,11 @@
**Stages**:
-- [ ] ~"RPC Design": [Create Issue](https://gitlab.com/gitlab-org/gitaly/issues/new?issuable_template=Migration_RPC_Design)
+- [ ] ~"RPC Design": [Link to MR]
-- [ ] ~"Client Implementation": [Create Issue](https://gitlab.com/gitlab-org/gitaly/issues/new?issuable_template=Migration_Client_Implementation)
+- [ ] ~"Server Implementation": [Link to MR]
-- [ ] ~"Server Implementation": [Create Issue](https://gitlab.com/gitlab-org/gitaly/issues/new?issuable_template=Migration_Server_Implementation)
+- [ ] ~"Client Implementation": [Link to MR]
- [ ] ~"Acceptance Testing": [Create Issue](https://gitlab.com/gitlab-org/gitaly/issues/new?issuable_template=Migration_Acceptance_Testing)
@@ -21,4 +21,4 @@
/label ~Conversation
/label ~Migration
/label ~"Migration:Ready-for-Development"
-/label ~"To Do" \ No newline at end of file
+/label ~"To Do"