Skip to content

Commit 4babd66

Browse files
committed
Clarify anyone can contribute
1 parent c41f48e commit 4babd66

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Contributing
1+
# Contributing
2+
3+
Found a bug? Want to fix an open issue? Got an idea for an improvement? Please contribute!
4+
5+
**All** contributions are welcome, from absolutely anyone. Just open a PR, Issue or Discussion (as relevant) - no need to ask beforehand. If you're going to work on an issue, it's a good idea to say so on the issue, to make sure work isn't duplicated.
6+
7+
## Development set up
28

39
Fork, then clone the repo:
410

@@ -25,7 +31,7 @@ just test
2531

2632
If you don't have `just` installed, you can look in the `justfile` for the commands that are run.
2733

28-
To help with testing on Docker, there's a `docker-compose.yml` file to run PostgreSQL and MySQL in Docker, as well as some additional `just` commands for testing:
34+
To help with testing on different databases, there's a `docker-compose.yml` file to run PostgreSQL and MySQL in Docker, as well as some additional `just` commands for testing:
2935

3036
```sh
3137
just start-dbs

0 commit comments

Comments
 (0)