From 9199daf731d288c876797a7594c90af40fe45bc2 Mon Sep 17 00:00:00 2001 From: Simran Date: Sun, 4 Jul 2021 23:10:31 +0200 Subject: [PATCH 1/5] Update improve-existing-docs.md --- .github/ISSUE_TEMPLATE/improve-existing-docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.md b/.github/ISSUE_TEMPLATE/improve-existing-docs.md index 26d822b9a4..785235286e 100644 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.md +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.md @@ -1,6 +1,6 @@ --- -name: Improve existing docs -about: Make a suggestion to improve our existing documentation. +name: Improve existing content +about: Make a suggestion to improve the content in an existing article. title: '' labels: - content From 1cf336c612345c2013dc008179f002af3a4872c5 Mon Sep 17 00:00:00 2001 From: Simran Date: Sun, 4 Jul 2021 23:17:08 +0200 Subject: [PATCH 2/5] Update improve-the-site.md --- .github/ISSUE_TEMPLATE/improve-the-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.md b/.github/ISSUE_TEMPLATE/improve-the-site.md index a79f8ed100..4f02c509d2 100644 --- a/.github/ISSUE_TEMPLATE/improve-the-site.md +++ b/.github/ISSUE_TEMPLATE/improve-the-site.md @@ -1,6 +1,6 @@ --- name: Improve the docs.github.com site -about: Make a suggestions or report a problem on the docs.github.com website. +about: Make a suggestion to improve the technical implementation of docs.github.com. title: '' labels: engineering assignees: '' From de10e9b1304425d7bdac822883435a41a08b8bfb Mon Sep 17 00:00:00 2001 From: Aman Prakash Jha Date: Mon, 5 Jul 2021 04:02:43 +0530 Subject: [PATCH 3/5] Update manually-running-a-workflow.md --- .../managing-workflow-runs/manually-running-a-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/managing-workflow-runs/manually-running-a-workflow.md b/content/actions/managing-workflow-runs/manually-running-a-workflow.md index e316319b08..05d5bc0e82 100644 --- a/content/actions/managing-workflow-runs/manually-running-a-workflow.md +++ b/content/actions/managing-workflow-runs/manually-running-a-workflow.md @@ -31,7 +31,7 @@ To run a workflow manually, the workflow must be configured to run on the `workf ![actions select workflow](/assets/images/actions-select-workflow.png) 1. Above the list of workflow runs, select **Run workflow**. ![actions workflow dispatch](/assets/images/actions-workflow-dispatch.png) -1. Select the branch where the workflow will run and type the input parameters used by the workflow. Click **Run workflow**. +1. Use the **Branch** dropdown to select the workflow's branch, and type the input parameters. Click **Run workflow**. ![actions manually run workflow](/assets/images/actions-manually-run-workflow.png) {% endwebui %} From 9be52e8ded4278b0880ea47198abec3e32b66365 Mon Sep 17 00:00:00 2001 From: Leonardo Ortiz <83593673+leoortizz@users.noreply.github.com> Date: Mon, 5 Jul 2021 00:15:22 -0300 Subject: [PATCH 4/5] fix typo from 'disussion' to 'discussion' --- .../issues/tracking-your-work-with-issues/about-task-lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/issues/tracking-your-work-with-issues/about-task-lists.md b/content/issues/tracking-your-work-with-issues/about-task-lists.md index d5f6316638..e3014201cb 100644 --- a/content/issues/tracking-your-work-with-issues/about-task-lists.md +++ b/content/issues/tracking-your-work-with-issues/about-task-lists.md @@ -27,7 +27,7 @@ topics: A task list is a set of tasks that each render on a separate line with a clickable checkbox. You can select or deselect the checkboxes to mark the tasks as complete or incomplete. -You can use Markdown to create a task list in any comment on {% data variables.product.product_name %}. {% ifversion fpt %}If you reference an issue, pull request, or disussion in a task list, the reference will unfurl to show the title and state.{% endif %} +You can use Markdown to create a task list in any comment on {% data variables.product.product_name %}. {% ifversion fpt %}If you reference an issue, pull request, or discussion in a task list, the reference will unfurl to show the title and state.{% endif %} {% ifversion not fpt %} You can view task list summary information in issue and pull request lists, when the task list is in the initial comment. From fafaacbb97bccaf55350409b7d01822ee7021d82 Mon Sep 17 00:00:00 2001 From: Ramya Parimi <33761166+ramyaparimi@users.noreply.github.com> Date: Tue, 6 Jul 2021 14:13:17 -0500 Subject: [PATCH 5/5] Update .github/ISSUE_TEMPLATE/improve-the-site.md Co-authored-by: Simran --- .github/ISSUE_TEMPLATE/improve-the-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.md b/.github/ISSUE_TEMPLATE/improve-the-site.md index 4f02c509d2..958555ffc4 100644 --- a/.github/ISSUE_TEMPLATE/improve-the-site.md +++ b/.github/ISSUE_TEMPLATE/improve-the-site.md @@ -1,6 +1,6 @@ --- name: Improve the docs.github.com site -about: Make a suggestion to improve the technical implementation of docs.github.com. +about: Make a suggestion or report a problem about the technical implementation of docs.github.com. title: '' labels: engineering assignees: ''