Skip to content

Commit 4005aa0

Browse files
authored
Update contributing guidelines and add documentation link
Added a link to the contributing documentation and updated the General Contribution Flow section. Signed-off-by: Mericio <218162243+simihablo@users.noreply.github.com>
1 parent 713aedd commit 4005aa0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# <a name="contributing">Contributing Overview</a>
22
Please do! Thanks for your help improving the project! :balloon:
33

4+
## --> See https://docs.layer5.io/contributing <--
5+
46
All contributors are welcome. Please see the [newcomers welcome guide](https://layer5.io/community/newcomers) for how, where and why to contribute. This project is community-built and welcomes collaboration. Contributors are expected to adhere to our [Code of Conduct](CODE_OF_CONDUCT.md).
57

68
Not sure where to start? First, see the [newcomers welcome guide](https://layer5.io/community/newcomers). Grab an open issue with the [help-wanted label](../../labels/help%20wanted) and jump in. Join the [Slack account](http://slack.layer5.io) and engage in conversation. Create a [new issue](/../../issues/new/choose) if needed. All [pull requests](/../../pulls) should reference an open [issue](/../../issues). Include keywords in your pull request descriptions, as well as commit messages, to [automatically close issues in GitHub](https://help.github.com/en/github/managing-your-work-on-github/closing-issues-using-keywords).
79

810
**Sections**
9-
- <a name="contributing">General Contribution Flow</a>
10-
- <a href="#prerequisites">Prerequisites</a>
11-
- <a href="#set-up-your-local-development-environment">Set up your Local Development Environment</a>
12-
- <a href="#commit-signing">Developer Certificate of Origin</a>
11+
<a name="contributing">General Contribution Flow</a>
12+
- <a href="#prerequisites">Prerequisites</a>
13+
- <a href="#set-up-your-local-development-environment">Set up your Local Development Environment</a>
14+
- <a href="#commit-signing">Developer Certificate of Origin</a>
1315

1416
Relevant coding style guidelines are the Go Code Review Comments and the Formatting and style section of Peter Bourgon's Go: Best Practices for Production Environments.
1517

0 commit comments

Comments
 (0)