Skip to content

Commit a77371a

Browse files
committed
style: Add emoji to headers
1 parent 90edaa2 commit a77371a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/docs/Contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Feel free to open an issue or pull request.
44

5-
## Local development
5+
## 💻 Local development
66

77
This PowerShell module is developed using Visual Studio Code.
88
If you encounter any issues developing on your local machine, you can use [Docker Desktop](https://www.docker.com/products/docker-desktop/) and the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) VS Code extension to develop in a Docker container with all of the required dependencies, so that you do not have to install them locally.
99
You may also develop in your web browser with GitHub Codespaces to avoid needing to put any code or dependencies on your local machine.
1010

11-
### Building and testing
11+
### 🛠️ Building and testing
1212

1313
The code is built and tested by CI/CD pipelines on every commit to the `main` branch and every PR opened against the `main` branch.
1414

0 commit comments

Comments
 (0)