diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 0000000..ba107c4 --- /dev/null +++ b/Contributing.md @@ -0,0 +1,3 @@ +# How to contribute + +Feel invited to submit [PRs](https://github.com/digitalservicebund/hack-jira-cfd/pulls) or open an [issue](https://github.com/digitalservicebund/hack-jira-cfd/issues). The project is a hack, but why should it not become a better hack? \ No newline at end of file diff --git a/README.md b/README.md index d4aee08..52851fd 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,7 @@ We need a couple of environment variables set. You can use a `.env` file to do s ## Test * Run tests once: `bun test` * Run in watch mode: `bun --watch test` + + +# Contributing +Cf. [`Contributing.md`](./Contributing.md)