Skip to content

Commit

Permalink
[Documentation] Add contributing.md (#43)
Browse files Browse the repository at this point in the history
* docs: remove contributing from readme

* Create CONTRIBUTING.md (#42)
  • Loading branch information
kevinanielsen authored Dec 19, 2023
1 parent e61cae4 commit e42bc38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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!

0 comments on commit e42bc38

Please sign in to comment.