From 5552d5e35fc0df3a4bc4295ab528c509b76fbdee Mon Sep 17 00:00:00 2001 From: Hannes Michalek Date: Thu, 23 Nov 2023 10:55:01 +0100 Subject: [PATCH] Add how to contribute --- Contributing.md | 3 +++ README.md | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 Contributing.md 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)