From 0489e58c213f4589569d1ade5d84b0a22218db8e Mon Sep 17 00:00:00 2001 From: Kevin Nielsen Date: Tue, 19 Dec 2023 14:27:18 +0100 Subject: [PATCH] Create CONTRIBUTING.md (#42) --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..97fdeb0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing + +There are many ways to contribute to this project. Open a new issue if you see a feature missing - open a PR if you have the solution to an issue or a change you want to implement. + +See the guide on how to contribute in [our documentation](https://kevinanielsen.github.io/go-fast-cdn/contribution/contributing/) + +If you don't want to change anything, you can also help the development by leaving a star on this repo!