diff options
author | Lauris BH <lauris@nix.lv> | 2017-09-12 15:27:44 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-09-12 20:27:44 +0800 |
commit | 4c2b1be3a4bc0479927922f12b0c71b2404d073f (patch) | |
tree | 9d680c8ad29fb67a198a5069bcbd68340e63682d /CONTRIBUTING.md | |
parent | 8c3a2e817be8a365abf167893e1d73ae79382cb6 (diff) | |
download | gitea-4c2b1be3a4bc0479927922f12b0c71b2404d073f.tar.gz gitea-4c2b1be3a4bc0479927922f12b0c71b2404d073f.zip |
Basic VSCode configuration for building and debugging (#2483)
* Basic VSCode configuration for building and debugging
* Fix building and debugging in Windows
* Move to contrib folder and add instructions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e58d8e3070..7422f43f1d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,8 @@ It assumes you have followed the Sensitive security-related issues should be reported to [security@gitea.io](mailto:security@gitea.io). +For configuring IDE or code editor to develop Gitea see [IDE and code editor configuration](contrib/ide/) + ## Bug reports Please search the issues on the issue tracker with a variety of keywords |