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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-06-27 09:49:59 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-06-27 09:50:03 +0300
commit9a83e6f7a37bee128fa3b8ed40f533d1bf8d09a0 (patch)
tree3a34529e8c9210785223bc67f70d4f437a0af4f8 /.gitlab
parent0d117230365c9cc72f80a893f78596a62daddfa0 (diff)
Remove unused issue templates
These templates were in use, but given the project is nearing completion on the migration phase and these templates won't be used anymore these can be deleted.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Migration_Client_Implementation.md6
-rw-r--r--.gitlab/issue_templates/Migration_RPC_Design.md12
-rw-r--r--.gitlab/issue_templates/Migration_Server_Implementation.md7
3 files changed, 0 insertions, 25 deletions
diff --git a/.gitlab/issue_templates/Migration_Client_Implementation.md b/.gitlab/issue_templates/Migration_Client_Implementation.md
deleted file mode 100644
index 4f23f5c57..000000000
--- a/.gitlab/issue_templates/Migration_Client_Implementation.md
+++ /dev/null
@@ -1,6 +0,0 @@
-~Conversation: #XXX (*complete this*)
-
-See the [Migration Process documentation](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md#client-implementation-client-implementation)
-for more information on the Client Implementation stage of the process.
-
-/label ~"Client Implementation"
diff --git a/.gitlab/issue_templates/Migration_RPC_Design.md b/.gitlab/issue_templates/Migration_RPC_Design.md
deleted file mode 100644
index c5b99bd9b..000000000
--- a/.gitlab/issue_templates/Migration_RPC_Design.md
+++ /dev/null
@@ -1,12 +0,0 @@
-~Conversation: #XXX (*complete this*)
-
-
-## Expected Artefacts
-
-See the [Migration Process documentation](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md#rpc-design-rpc-design)
-for more information on the RPC Design stage of the process.
-
-- [ ] **`grpc-proto` RPC prototypes**: merged change
-
-
-/label ~"RPC Design"
diff --git a/.gitlab/issue_templates/Migration_Server_Implementation.md b/.gitlab/issue_templates/Migration_Server_Implementation.md
deleted file mode 100644
index dd38a048f..000000000
--- a/.gitlab/issue_templates/Migration_Server_Implementation.md
+++ /dev/null
@@ -1,7 +0,0 @@
-~Conversation: #XXX (*complete this*)
-
-See the [Migration Process documentation](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md#server-implementation-server-implementation)
-for more information on the Server Implementation stage of the process.
-
-
-/label ~"Server Implementation" \ No newline at end of file