You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Contributing to vitest-environment-prisma-postgres
2
2
3
-
## 🙏 Thank You
3
+
## Thank You
4
4
5
5
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.
6
6
7
-
## 💡 How You Can Contribute
7
+
## How You Can Contribute
8
8
9
9
Contributions come in many forms, and all of them are valued:
10
10
@@ -16,7 +16,7 @@ Contributions come in many forms, and all of them are valued:
16
16
17
17
You don't need to write code to make a meaningful impact!
18
18
19
-
## 🐛 Reporting Issues
19
+
## Reporting Issues
20
20
21
21
Before creating a new issue, please:
22
22
@@ -90,7 +90,7 @@ pnpm run build # Build the package
90
90
91
91
The build output will be in the `dist/` directory.
92
92
93
-
## ✨ Submitting Changes
93
+
## Submitting Changes
94
94
95
95
### Before You Start
96
96
@@ -118,7 +118,7 @@ For **small fixes** (typos, small bug fixes, documentation improvements), feel f
118
118
- Run code quality checks: `pnpm run lint && pnpm run format:check && pnpm run typecheck`
119
119
- Update documentation if needed (README, code comments, etc.)
120
120
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)
122
122
123
123
4.**Push to your fork**:
124
124
```bash
@@ -143,7 +143,7 @@ For **small fixes** (typos, small bug fixes, documentation improvements), feel f
143
143
- Once approved, your PR will be merged using "Squash and Merge"
144
144
- Your contribution will be included in the next release with automated changelog generation
145
145
146
-
## 📝 Commit Message Guidelines
146
+
## Commit Message Guidelines
147
147
148
148
This project uses [Conventional Commits](https://www.conventionalcommits.org/) for automated changelog generation and semantic versioning.
149
149
@@ -190,7 +190,7 @@ Include a detailed description in the commit body explaining:
190
190
- **Don't capitalize** the first letter of the description
191
191
- **No period** at the end of the description
192
192
193
-
## 🧪 Testing Guidelines
193
+
## Testing Guidelines
194
194
195
195
Every code contribution should include appropriate tests.
0 commit comments