From 2e7ad1a52762b2cca44664cb7b5cc2c055229a96 Mon Sep 17 00:00:00 2001 From: Xin Tan <746534561@qq.com> Date: Fri, 26 Apr 2019 23:12:21 +0800 Subject: [PATCH] docs: add information about contributing (#17961) Add information about contributing and link CONTRIBUTING.md to this page. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b39485df83f..d2f55b962545 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,10 @@ const child = proc.spawn(electron) Find documentation translations in [electron/i18n](https://github.com/electron/i18n). +## Contributing + +If you are interested in reporting/fixing issues and contributing directly to the code base, please see [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started. + ## Community Info on reporting bugs, getting help, finding third-party tools and sample apps,