diff options
author | Joe Chen <jc@unknwon.io> | 2022-01-08 14:55:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 14:55:50 +0800 |
commit | 3e948fd792bd73d780a78b69782d9b363df6f9d1 (patch) | |
tree | 7143fc74878142bfa3ba6b80f8bca478f122368e /.github | |
parent | b52bea7503fce0d41b31c3103d30f3c81a00d21b (diff) |
contributing: add Philosophy and methodology (#6713)
[skip ci]
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7b94119d..ff2603c6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -23,6 +23,10 @@ In addition to the general guides with open source contributions, you would also - 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). +## Philosophy and methodology + +- [Talk, then code](https://www.craft.do/s/kyHVs6OoE4Dj5V) + ## Issues ### Ask for help |