chore: Add Prettier for Yaml formatting
Related to #128 - Prettier to fix indenting/quoting across files - Manually adjust list styles to "-" style - Ignore all translated files from automated formatting - Drop redundant CI env variable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
- term: '@mention'
|
||||
description: to notify a person on GitHub by using `@` before their username. Users in an organization on GitHub can also be a part of a team that can be
|
||||
description:
|
||||
to notify a person on GitHub by using `@` before their username. Users in an organization on GitHub can also be a part of a team that can be
|
||||
mentioned.
|
||||
- term: access token
|
||||
description: >-
|
||||
@@ -26,7 +27,8 @@
|
||||
with 2FA via the browser. This code is either generated by an application or delivered to
|
||||
your phone via text message. Also called a "2FA authentication code."
|
||||
- term: base branch
|
||||
description: The branch into which changes are combined when you merge a pull request.
|
||||
description:
|
||||
The branch into which changes are combined when you merge a pull request.
|
||||
When you create a pull request, you can change the base branch from the repository's default branch to another branch if required.
|
||||
- term: basic authentication
|
||||
description: >-
|
||||
@@ -300,7 +302,7 @@
|
||||
description: A defined commit of a branch, usually the most recent commit at the tip of the branch.
|
||||
- term: head branch
|
||||
description: The branch whose changes are combined into the base branch
|
||||
when you merge a pull request.
|
||||
when you merge a pull request.
|
||||
Also known as the "compare branch."
|
||||
- term: 'Hello, World'
|
||||
description: >-
|
||||
|
||||
Reference in New Issue
Block a user