Skip to content

Commit 754b83a

Browse files
committed
add contribution
1 parent a528d88 commit 754b83a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ Your sponsorship will help sustain development, introduce new features, and main
202202

203203
## Contribution
204204

205-
We welcome all contributions - whether it's fixing a typo, adding new features, or pointing out an issue. Feel free to open a pull request or issue to contribute!
205+
All contributions are welcome - whether you're fixing a typo, adding a new feature, or reporting an issue. Feel free to open a pull request or create an issue to contribute!
206206

207+
See the [contributing](/docs/contributing.md) page for more details before opening a PR.
208+
209+
---
207210

208211
Happy coding 🌞

docs/contributing.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contribution
2+
3+
All contributions are welcome - whether you're fixing a typo, adding a new feature, or reporting an issue. Feel free to open a pull request or create an issue to contribute!
4+
5+
6+
## PR Guidelines
7+
8+
Before requesting a review, please ensure that your code passes the following checks:
9+
10+
- unit tests: `make test`
11+
- coverage: `make check-coverage`
12+
- lints: `make lint`
13+
14+
Once all checks have passed, you may request a review from the maintainers (@vladopajic).
15+
16+
17+
---
18+
19+
Happy coding 🌞

0 commit comments

Comments
 (0)