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:
authorAndrew Newdigate <andrew@gitlab.com>2017-08-07 14:51:10 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-08-07 14:51:10 +0300
commit6e0e79dde06a494b09984499ed550f2031b03eef (patch)
tree7e6f510d6ee08ca0ffbce5c43792e4b6f4c12258
parent22c885308660f94c5e8d634cd289535ec2267d36 (diff)
parent677560b8e720b8ea24e6c258c3b0ba5222c40fb5 (diff)
Merge branch 'template-typo-dev' into 'master'
Fix typo in issue template See merge request !261
-rw-r--r--.gitlab/issue_templates/Migration_Acceptance_Testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Migration_Acceptance_Testing.md b/.gitlab/issue_templates/Migration_Acceptance_Testing.md
index 3cc8bf0b8..ffd7f1897 100644
--- a/.gitlab/issue_templates/Migration_Acceptance_Testing.md
+++ b/.gitlab/issue_templates/Migration_Acceptance_Testing.md
@@ -22,8 +22,8 @@ Feature Toggle Name: `gitaly_xxxxx`
## 2. Development and Staging Trial
-- Enable on `dev.gitlab.com`:
- - ssh into `dev.gitlab.com` and enable the feature running by running `Feature.get('gitaly_FEATURE_NAME').enable` on a rails console.
+- Enable on `dev.gitlab.org`:
+ - ssh into `dev.gitlab.org` and enable the feature running by running `Feature.get('gitaly_FEATURE_NAME').enable` on a rails console.
- Perform some testing and leave the feature enabled
- Enable on `staging.gitlab.com` in [`#development`](https://gitlab.slack.com/messages/C02PF508L/)
- Perform some testing and leave the feature enabled