Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update shell code fences for new website #15522

Merged

Conversation

olgashi
Copy link
Contributor

@olgashi olgashi commented Jan 14, 2022

Fixes #15518

Prerequisites checklist

What is the purpose of this pull request? (put an "X" next to an item)

[ ] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofix to a rule
[ ] Add a CLI option
[ ] Add something to the core
[x] Other, please explain:
Updating instances of shell code fences in /docs folder from old format ```sh
to new : ```shell

What changes did you make? (Give an overview)

Updated all instances of shell code fences in the docs/ folder to ```shell
The old format is not supported in the code formatter that is being used in the new website.
The ```shell is more universally supported, including on GitHub.

Is there anything you'd like reviewers to focus on?

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 14, 2022

CLA Signed

The committers are authorized under a signed CLA.

@eslint-github-bot eslint-github-bot bot added triage An ESLint team member will look at this issue soon feature This change adds a new feature to ESLint labels Jan 14, 2022
Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks so much.

@nzakas nzakas merged commit 0469eb1 into eslint:main Jan 15, 2022
@nzakas
Copy link
Member

nzakas commented Jan 27, 2022

@olgashi thanks so much for your work on this. We'd like to award you from our contributor pool. If you can email me at contact (at) eslint (dot) org, I can send you the details.

@olgashi olgashi deleted the Update-shell-code-fences-for-new-website branch January 29, 2022 16:00
@eslint-github-bot eslint-github-bot bot locked and limited conversation to collaborators Jul 15, 2022
@eslint-github-bot eslint-github-bot bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Jul 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion feature This change adds a new feature to ESLint triage An ESLint team member will look at this issue soon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update shell code fences for new website
2 participants