Skip to content

Commit f22aa0c

Browse files
committed
docs: Remove emojis from section headers in CONTRIBUTING.md.
1 parent b2b2c60 commit f22aa0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Hey there! Contributing to this project is highly encouraged. Community help is
55
> [!IMPORTANT]
66
> Before submitting your contribution, please take a moment and read through the following guidelines.
77
8-
## 👨‍💻 Repository Setup
8+
## Repository Setup
99

1010
This project uses [Bun](https://bun.com) as a runtime as well as a package manager. It's a modern, fast, and lightweight alternative to [Node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/). To install Bun on POSIX systems (like Ubuntu or macOS), run the following command:
1111

@@ -15,7 +15,7 @@ curl -fsSL https://bun.com/install | bash
1515

1616
Otherwise, visit the [Bun installation page](https://bun.com/docs/installation) for installation options.
1717

18-
## 💡 Commands
18+
## Commands
1919

2020
### `bun dev`
2121

@@ -44,7 +44,7 @@ Start the documentation dev server. Use `bun docs:build` to build the docs for p
4444

4545
Print a full list of available scripts.
4646

47-
## 🙌 The Road to a Great Pull Request
47+
## The Road to a Great Pull Request
4848

4949
### Discuss First
5050

@@ -77,7 +77,7 @@ This will let GitHub know the issues are linked, and automatically close them on
7777

7878
It's ok to have multiple commits in a single PR; changes do not need to be rebased or force pushed, as Squash and Merge will be used to combine the commits into one when merging.
7979

80-
## 📖 References
80+
## References
8181

8282
### Lint
8383

0 commit comments

Comments
 (0)