Skip to content

Commit 04afded

Browse files
committed
chore: -emojis
1 parent dee1af0 commit 04afded

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Contributing to vitest-environment-prisma-postgres
22

3-
## 🙏 Thank You
3+
## Thank You
44

55
Thank you for considering contributing to vitest-environment-prisma-postgres! Whether you're fixing a typo, reporting a bug, or proposing a new feature, your contribution helps make database testing faster and easier for the entire Vitest and Prisma community. This is a small project maintained in limited time, and every contribution is genuinely appreciated.
66

7-
## 💡 How You Can Contribute
7+
## How You Can Contribute
88

99
Contributions come in many forms, and all of them are valued:
1010

@@ -16,7 +16,7 @@ Contributions come in many forms, and all of them are valued:
1616

1717
You don't need to write code to make a meaningful impact!
1818

19-
## 🐛 Reporting Issues
19+
## Reporting Issues
2020

2121
Before creating a new issue, please:
2222

@@ -90,7 +90,7 @@ pnpm run build # Build the package
9090

9191
The build output will be in the `dist/` directory.
9292

93-
## Submitting Changes
93+
## Submitting Changes
9494

9595
### Before You Start
9696

@@ -118,7 +118,7 @@ For **small fixes** (typos, small bug fixes, documentation improvements), feel f
118118
- Run code quality checks: `pnpm run lint && pnpm run format:check && pnpm run typecheck`
119119
- Update documentation if needed (README, code comments, etc.)
120120

121-
3. **Commit your changes** following our [commit message guidelines](#-commit-message-guidelines)
121+
3. **Commit your changes** following our [commit message guidelines](#commit-message-guidelines)
122122

123123
4. **Push to your fork**:
124124
```bash
@@ -143,7 +143,7 @@ For **small fixes** (typos, small bug fixes, documentation improvements), feel f
143143
- Once approved, your PR will be merged using "Squash and Merge"
144144
- Your contribution will be included in the next release with automated changelog generation
145145

146-
## 📝 Commit Message Guidelines
146+
## Commit Message Guidelines
147147

148148
This project uses [Conventional Commits](https://www.conventionalcommits.org/) for automated changelog generation and semantic versioning.
149149

@@ -190,7 +190,7 @@ Include a detailed description in the commit body explaining:
190190
- **Don't capitalize** the first letter of the description
191191
- **No period** at the end of the description
192192
193-
## 🧪 Testing Guidelines
193+
## Testing Guidelines
194194
195195
Every code contribution should include appropriate tests.
196196
@@ -223,13 +223,13 @@ describe('MyFeature', () => {
223223
});
224224
```
225225

226-
## 💬 Getting Help
226+
## Getting Help
227227

228228
- **Usage questions?** Check the [README](./README.md) first
229229
- **Found a bug?** [Open an issue](https://github.com/codepunkt/vitest-environment-prisma-postgres/issues/new)
230230
- **Want to discuss a feature?** [Open an issue](https://github.com/codepunkt/vitest-environment-prisma-postgres/issues/new) for discussion
231231
- **General questions?** Feel free to start a discussion or comment on relevant issues
232232

233-
## 📜 License
233+
## License
234234

235235
By contributing to vitest-environment-prisma-postgres, you agree that your contributions will be licensed under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)