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 diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.md b/.github/ISSUE_TEMPLATE/improve-the-site.md index a79f8ed100..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 suggestions or report a problem on the docs.github.com website. +about: Make a suggestion or report a problem about the technical implementation of docs.github.com. title: '' labels: engineering assignees: '' 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 %} 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.