diff --git a/contributing/troubleshooting.md b/contributing/troubleshooting.md index 41ffd6e5c0..e73eebb6e5 100644 --- a/contributing/troubleshooting.md +++ b/contributing/troubleshooting.md @@ -27,14 +27,14 @@ If a staging deployment is pending for more than 5-10min, try the following: 2. If that doesn't work, trigger a new staging deployment by pushing an empty commit on the command line: ``` -$ git commit --allow-empty -m'empty commit to redeploy staging' +$ git commit --allow-empty -m 'empty commit to redeploy staging' ``` ### CI stalled or stuck :yellow_heart: If tests are stuck yellow for more than an hour, rerun CI by pushing an empty commit on the command line: ``` -$ git commit --allow-empty -m'empty commit to rerun CI' +$ git commit --allow-empty -m 'empty commit to rerun CI' ``` ## Troubleshooting failed deployments and CI diff --git a/data/glossaries/external.yml b/data/glossaries/external.yml index 6819f8cce0..61afbe225e 100644 --- a/data/glossaries/external.yml +++ b/data/glossaries/external.yml @@ -128,7 +128,7 @@ - term: commit description: >- A commit, or "revision", is an individual change to a file (or set of - files). When you make a commit to save your work, Git creates a unique ID (a.k.a. the "SHA" or "hash") that allows you to keep record of the specific changes commited along with who made them and when. Commits usually contain a + files). When you make a commit to save your work, Git creates a unique ID (a.k.a. the "SHA" or "hash") that allows you to keep record of the specific changes committed along with who made them and when. Commits usually contain a commit message which is a brief description of what changes were made. - term: commit author description: The user who makes the commit. @@ -140,7 +140,7 @@ description: Also known as SHA. A 40-character checksum hash that identifies the commit. - term: commit message description: >- - Short, descriptive text that accompanys a commit and communicates the change + Short, descriptive text that accompanies a commit and communicates the change the commit is introducing. - term: compare branch description: >- @@ -406,9 +406,9 @@ convention and is not required. - term: master description: >- - The default branch in many Git repositories. By default, when you create - a new Git repository on the command line a branch called `master` is created. - Many tools now use an alternative name for the default branch. For example, + The default branch in many Git repositories. By default, when you create + a new Git repository on the command line a branch called `master` is created. + Many tools now use an alternative name for the default branch. For example, when you create a new repository on GitHub the default branch is called `main`. - term: Members graph description: A repository graph that shows all the forks of a repository. @@ -458,7 +458,7 @@ - term: notification description: >- Updates, delivered by either the web or email depending on your settings, - that give you information about the activites you're interested in. + that give you information about the activities you're interested in. - term: OAuth App description: >- A third-party application that uses access tokens rather than passwords to diff --git a/data/glossaries/internal.yml b/data/glossaries/internal.yml index dbf8272946..f62d72cec4 100644 --- a/data/glossaries/internal.yml +++ b/data/glossaries/internal.yml @@ -101,7 +101,7 @@ - term: CPU description: Central processing unit. - term: credential helper - description: A program that stores and fets Git credentials. + description: A program that stores and fetches Git credentials. - term: creole description: >- A lightweight markup language, aimed at being a common markup language for @@ -683,7 +683,7 @@ made but not yet committed. - term: WYSIWYG description: >- - What You See Is What You Get. An acryonym meaning the text on the screen + What You See Is What You Get. An acronym meaning the text on the screen looks exactly as it will when it's rendered. - term: XenServer description: A virtualization platform. diff --git a/data/reusables/support/ghae-priorities.md b/data/reusables/support/ghae-priorities.md index 028e6d1858..ea6cd23bc6 100644 --- a/data/reusables/support/ghae-priorities.md +++ b/data/reusables/support/ghae-priorities.md @@ -1,6 +1,6 @@ | Priority | Description | Examples | | :---: | --- | --- | | {% data variables.product.support_ticket_priority_urgent %} - Sev A | {% data variables.product.product_name %} is inaccessible or failing entirely, and the failure directly impacts the operation of your business.

_After you file a support ticket, reach out to {% data variables.contact.github_support %} via phone._ | | -| {% data variables.product.support_ticket_priority_high %} - Sev B | {% data variables.product.product_name %} is failing in a production environment, with limited impact to your business processes, or only affecting certain customers. | | +| {% data variables.product.support_ticket_priority_high %} - Sev B | {% data variables.product.product_name %} is failing in a production environment, with limited impact to your business processes, or only affecting certain customers. | | | {% data variables.product.support_ticket_priority_normal %} - Sev C | {% data variables.product.product_name %} is experiencing limited or moderate issues and errors with {% data variables.product.product_name %}, or you have general concerns or questions about the operation of {% data variables.product.product_name %}. |