Skip to content

Commit 137daca

Browse files
docs(readme): add Contributors section
Names @Prabhu-1409 (W013) and @mvanhorn (W019) with PR links and one-line contribution descriptions, plus a link to the full GitHub contributors graph. Closing paragraph points new contributors at the good-first-issue label and the v0.7 roadmap so the section doubles as the contribution funnel.
1 parent 645ebac commit 137daca

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,21 @@ PRs welcome. Keep rules simple, keep patterns fast.
431431

432432
---
433433

434+
## Contributors
435+
436+
Thank you to the people who have shipped rules and code to sql-sop.
437+
438+
| Contributor | Contribution |
439+
|---|---|
440+
| [@Prabhu-1409](https://github.com/Prabhu-1409) | [W013 `window-without-partition`](https://github.com/Pawansingh3889/sql-guard/pull/21). Flags `OVER ()` without `PARTITION BY`, dialect-aware messaging for Postgres and Redshift. |
441+
| [@mvanhorn](https://github.com/mvanhorn) | [W019 `count-distinct-unbounded`](https://github.com/Pawansingh3889/sql-guard/pull/29). Flags `COUNT(DISTINCT col)` without WHERE, GROUP BY, or LIMIT. |
442+
443+
See [the full contributors graph](https://github.com/Pawansingh3889/sql-guard/graphs/contributors) on GitHub.
444+
445+
Want to add your name here? Pick a [`good first issue`](https://github.com/Pawansingh3889/sql-guard/labels/good%20first%20issue), follow [`CONTRIBUTING.md`](CONTRIBUTING.md), and check the [v0.7 roadmap](ROADMAP.md). Five performance rules are waiting for an author.
446+
447+
---
448+
434449
## License
435450

436451
MIT

0 commit comments

Comments
 (0)