From 7b610438218636e1c82f93d4f572de76f7c3c3ad Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Wed, 16 Feb 2022 15:45:33 +0530 Subject: [PATCH 1/2] fixed readme links --- .sample.synapse.json | 1 - README.md | 2 +- docker-compose.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.sample.synapse.json b/.sample.synapse.json index ab23fe4..a74ea21 100644 --- a/.sample.synapse.json +++ b/.sample.synapse.json @@ -1,5 +1,4 @@ { - "env": "stage", "logConfig": { "enableConsole": true, "consoleJSONFormat": true, diff --git a/README.md b/README.md index a359727..460fcc3 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ cd ~/test-at-scale - Download our sample configuration file using the following command. ```bash -curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/sample.synapse.json -o .synapse.json +curl https://raw.githubusercontent.com/LambdaTest/test-at-scale/master/.sample.synapse.json -o .synapse.json ``` - This file will be used to store certain parameters such as **Lambdatest Secret Key**, **Git Token**, **Repository Secrets**, **Container Registry** etc that will be required in configuring test-at-scale on your local/self-hosted environment. You can learn more about the configuration options [here](tas-self-hosted-configuration#parameters). diff --git a/docker-compose.yml b/docker-compose.yml index 60ab296..33c4cc0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: synapse: - image: nevilmlt/synapse-stage:latest + image: lambdatest/synapse:latest restart: always networks: - test-at-scale From bb71129dcd048ecd6b42a391d0ee99b740986f0a Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Wed, 16 Feb 2022 15:47:26 +0530 Subject: [PATCH 2/2] updated pull request template --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fb59105..a2b9afe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ -# Jira Ticket +# Issue Link -Add Jira ticket links here. +Add GitHub issue links here. # Description