Add bash language specification to code blocks in Sinhala translation
Closed this issue ยท 5 comments
๐ฏ Goal
Add missing language specification to code blocks in the Sinhala translation of the README to improve syntax highlighting and readability.
๐ Problem
The Sinhala translation has code blocks without language specifications (just instead ofbash), which prevents proper syntax highlighting and makes the commands less readable.
๐ก What needs to be done
Add bash language specification to all code blocks containing shell commands. You can find the file at:
https://github.com/firstcontributions/first-contributions/blob/main/docs/translations/README.si.md
What needs to be changed:
- Find all code blocks that contain shell commands (git commands, terminal commands)
- add bash language specification to these code blocks
Example of what needs to be fixed:
Currently without language specification
```
git clone git@github.com:this-is-you/first-contributions.git
```
Should be (with bash language specification)
```bash
git clone git@github.com:this-is-you/first-contributions.git
```
Important
Please only address one issue in a PR.
Let's make it possible for more people to solve issues here.
๐ Steps to solve the problem
- Comment below about what you've started working on.
- Find all code blocks in the Sinhala README that contain shell/git commands
- Add
bashlanguage specification to these code blocks - Ensure syntax highlighting works properly
- Add, commit, push your changes.
- Submit a pull request and add this in comments - 'Resolves #'
- Ask for reviews in comments section of pull request.
- Celebrate your contribution to this project. ๐
Hi! I just came across this issue and would like to contribute. Is it still open for someone to work on?
i would like to work on this issue
Iโve completed the changes for adding bash syntax highlighting to the Sinhala README.
Hi ๐, Iโve added the missing bash language specifications to the Sinhala translation file.
This pull request resolves #106002.
Please review when you get a chance. ๐
@SiddardhReddy-999, the pull request you linked is in your fork of this repo; not here.
Go through the Readme and learn how to pull requests correctly