Commit f247acf9 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'mk/fix-template-filenames-for-windows' into 'master'

Rename issue templates for Windows compatibility

See merge request gitlab-org/gitlab!59941
parents 06f41f75 0df35f00
...@@ -164,7 +164,7 @@ Models that use [CarrierWave's](https://github.com/carrierwaveuploader/carrierwa ...@@ -164,7 +164,7 @@ Models that use [CarrierWave's](https://github.com/carrierwaveuploader/carrierwa
Each file is expected to have its own primary ID and model. Geo strongly recommends treating *every single file* as a first-class citizen, because in our experience this greatly simplifies tracking replication and verification state. Each file is expected to have its own primary ID and model. Geo strongly recommends treating *every single file* as a first-class citizen, because in our experience this greatly simplifies tracking replication and verification state.
To implement Geo replication of a new blob-type Model, [open an issue with the provided issue template](https://gitlab.com/gitlab-org/gitlab/-/issues/new?issuable_template=Geo%3A%20Replicate%20a%20new%20blob%20type). To implement Geo replication of a new blob-type Model, [open an issue with the provided issue template](https://gitlab.com/gitlab-org/gitlab/-/issues/new?issuable_template=Geo%20Replicate%20a%20new%20blob%20type).
### Repository Replicator Strategy ### Repository Replicator Strategy
...@@ -172,4 +172,4 @@ Models that refer to any Git repository on disk are supported by Geo with the `G ...@@ -172,4 +172,4 @@ Models that refer to any Git repository on disk are supported by Geo with the `G
Each Git repository is expected to have its own primary ID and model. Each Git repository is expected to have its own primary ID and model.
To implement Geo replication of a new Git repository-type Model, [open an issue with the provided issue template](https://gitlab.com/gitlab-org/gitlab/-/issues/new?issuable_template=Geo%3A%20Replicate%20a%20new%20Git%20repository%20type). To implement Geo replication of a new Git repository-type Model, [open an issue with the provided issue template](https://gitlab.com/gitlab-org/gitlab/-/issues/new?issuable_template=Geo%20Replicate%20a%20new%20Git%20repository%20type).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment