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:
Diffstat (limited to '.gitlab/issue_templates/Migration_Analysis.md')
-rw-r--r--.gitlab/issue_templates/Migration_Analysis.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitlab/issue_templates/Migration_Analysis.md b/.gitlab/issue_templates/Migration_Analysis.md
deleted file mode 100644
index 83c5e817d..000000000
--- a/.gitlab/issue_templates/Migration_Analysis.md
+++ /dev/null
@@ -1,20 +0,0 @@
-~Conversation: TBD
-
-## Perform a Migration Analysis
-
-- **Client**: `GitLab-CE`/`Workhorse`/`GitLab-Shell` (choose one)
-- **Route**:
-
-## Expected Artefacts
-
-See the [Migration Process documentation](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md#migration-analysis-migration-analysis)
-for more information on the analysis stage of the process.
-
-- [ ] **Decision to move ahead with migration**. Is it worth the effort right now?
-- [ ] **Existing reusable RPC endpoints**. What have we already implemented?
-- [ ] **New RPC endpoints to be implemented**. Just names. Leave the full design to the ~"RPC Design" stage next.
-- [ ] **Effort - for each new and existing RPC endpoint**, roughly (small/medium/large) how much effort will be required to implement it?
-
-
-/label ~"Migration Analysis"
-/label ~Gitaly