diff options
author | Joe Chen <jc@unknwon.io> | 2021-12-18 11:23:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 11:23:59 +0800 |
commit | 160a0b77cfb73907cd6ad127823d6daffdff8251 (patch) | |
tree | b4fd465b6a3fab1d564ea236ff7cf2d4547dfc19 /.github | |
parent | 6528bf35dc2cb93c10165bc890073839a8ecd944 (diff) |
docs: update links and outdated conent (#6680)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3810b1b0..606deeea 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,6 +21,7 @@ In addition to the general guides with open source contributions, you would also - Have basic knowledge about web applications development, database management systems and programming in [Go](https://go.dev/). - Have a working local development setup with a reasonable good IDE or editor like [Visual Studio Code](https://code.visualstudio.com/docs/languages/go), [GoLand](https://www.jetbrains.com/go/) or [Vim](https://github.com/fatih/vim-go). +- [Set up your development environment](/docs/dev/local_development.md). ## Issues |