From fba0aa59937bb906e7a98dc734226edd798dc785 Mon Sep 17 00:00:00 2001 From: Tiago Pascoal Date: Thu, 12 Jan 2023 18:19:24 +0000 Subject: [PATCH] Improve consistency of issue templates The content to be replaced is now on the same line for (Azure Devops, CircleCI and Jenkins). Since we expect values to be on the same line as the attributes, some templates were putting into on different line which might confuse users Issue templates for different providers are more consistent with similar wording for the inputs --- .github/ISSUE_TEMPLATE/azure_devops.md | 7 ++----- .github/ISSUE_TEMPLATE/circle_ci.md | 2 +- .github/ISSUE_TEMPLATE/gitlab_ci.md | 2 +- .github/ISSUE_TEMPLATE/jenkins.md | 3 +-- .github/ISSUE_TEMPLATE/travis_ci.md | 3 +-- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/azure_devops.md b/.github/ISSUE_TEMPLATE/azure_devops.md index 5d94a46..96f197b 100644 --- a/.github/ISSUE_TEMPLATE/azure_devops.md +++ b/.github/ISSUE_TEMPLATE/azure_devops.md @@ -10,11 +10,8 @@ assignees: "" Provide the following required inputs: -Organization: -_The Azure DevOps organization to migrate pipelines from._ - -Project: -_The Azure DevOps project to migrate pipelines from._ +Organization: _Replace this text with the Azure DevOps organization to migrate pipelines from._ +Project: _Replace this text with the Azure DevOps project to migrate pipelines from._ ## Available commands diff --git a/.github/ISSUE_TEMPLATE/circle_ci.md b/.github/ISSUE_TEMPLATE/circle_ci.md index 9744e46..c4adf1d 100644 --- a/.github/ISSUE_TEMPLATE/circle_ci.md +++ b/.github/ISSUE_TEMPLATE/circle_ci.md @@ -10,7 +10,7 @@ assignees: "" Provide the following required inputs: -Organization: _The CircleCI organization to migrate pipelines from._ +Organization: _Replace this text with the CircleCI organization to migrate pipelines from._ ## Available commands diff --git a/.github/ISSUE_TEMPLATE/gitlab_ci.md b/.github/ISSUE_TEMPLATE/gitlab_ci.md index 71ece6a..1ccc166 100644 --- a/.github/ISSUE_TEMPLATE/gitlab_ci.md +++ b/.github/ISSUE_TEMPLATE/gitlab_ci.md @@ -10,7 +10,7 @@ assignees: "" Provide the following **required** inputs: -Namespace: **Replace this text with the GitLab namespace (or group) to migrate pipelines from.** +Namespace: _Replace this text with the GitLab namespace (or group) to migrate pipelines from._ ## Available commands diff --git a/.github/ISSUE_TEMPLATE/jenkins.md b/.github/ISSUE_TEMPLATE/jenkins.md index 0471292..908d3ea 100644 --- a/.github/ISSUE_TEMPLATE/jenkins.md +++ b/.github/ISSUE_TEMPLATE/jenkins.md @@ -10,8 +10,7 @@ assignees: "" Provide the following optional inputs: -Folders: -_Include specific folders in an audit_ +Folders: _Include specific folders in an audit (delete if not applicable)_ ## Available commands diff --git a/.github/ISSUE_TEMPLATE/travis_ci.md b/.github/ISSUE_TEMPLATE/travis_ci.md index 8653c26..a3fcad2 100644 --- a/.github/ISSUE_TEMPLATE/travis_ci.md +++ b/.github/ISSUE_TEMPLATE/travis_ci.md @@ -10,8 +10,7 @@ assignees: "" Provide the following required inputs: -Organization: -_The Travis CI organization to migrate pipelines from._ +Organization: _Replace this text with the Travis CI organization to migrate pipelines from._ ## Available commands