Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Add contributing.md #43

Merged
merged 2 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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!
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,3 @@ If you do not wish to use this, you can just rename `.example.env` to `.env` and
3. Run `make build` <br>

Your binary should now be built and you can run it with `bin/go-fast-cdn-linux` or `bin/go-fast-cdn-windows` or `bin/go-fast-cdn-darwin`

### 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.

If you don't want to change anything, you can also help the development by leaving a star on this repo!
Loading