mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-01 09:24:36 +08:00
Update CONTRIBUTING.md (#795)
This commit is contained in:
parent
2a7d8ccab8
commit
91f3c05d5e
1 changed files with 16 additions and 2 deletions
|
@ -1,7 +1,21 @@
|
||||||
Thanks for contributing to RainLoop Webmail!
|
**Thanks for contributing to RainLoop Webmail!**
|
||||||
|
|
||||||
1. Sign the CLA (individual or corporate) at <http://www.rainloop.net/contribute/>.
|
1. Sign the CLA (individual or corporate) at <http://www.rainloop.net/contribute/>.
|
||||||
2. Fork the repo, do work in a feature branch.
|
2. Fork the repo, do work in a feature branch.
|
||||||
3. Issue a pull request.
|
3. Issue a pull request.
|
||||||
|
|
||||||
If you have any questions, open an issue or email [support@rainloop.net](mailto:support@rainloop.net).
|
---
|
||||||
|
|
||||||
|
**Getting started**
|
||||||
|
|
||||||
|
1. Install node.js - `https://nodejs.org/download/`
|
||||||
|
2. Install gulp - `npm install gulp -g`
|
||||||
|
3. Fork rainloop - `https://github.com/RainLoop/rainloop-webmail/issues/new#fork-destination-box`
|
||||||
|
4. Clone rainloop - `git clone git@github.com:USERNAME/rainloop-webmail.git rainloop`
|
||||||
|
5. `cd rainloop`
|
||||||
|
6. Install gulp add gulp plugins into project directory - `npm install`
|
||||||
|
7. Run gulp - `gulp`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
If you have any questions, open an issue or email support@rainloop.net.
|
||||||
|
|
Loading…
Add table
Reference in a new issue