Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

46 lines (37 loc) · 1.93 KB

Contribute to Deco

It is our belief that an active community of contributors makes Deco IDE work better for those who wish to use it; namely you, the developer.

Deco IDE is open source under the AGPL-3.0 license.

Pull Requests

Here's how to make a pull request...

  1. Fork decosoftware/deco-ide and create your branch from master.
  2. Review the Pull Request Checklist.
  3. Submit the Pull Request!
  • Make sure Travis gives the 👍
  • A core member will review your PR and must give the 👍
  • If you're a new contributor, a bot will help you submit a CLA.
  1. Done, it is merged.

Pull Request Checklist

  • All new files have the Copyright Notice added to the top of the file.
  • Your commits have been squashed git rebase -i.

Copyright Notice

Copy and paste this to the top of new file(s):

/**
 *    Copyright (C) 2015 Deco Software Inc.
 *
 *    This program is free software: you can redistribute it and/or modify
 *    it under the terms of the GNU Affero General Public License, version 3,
 *    as published by the Free Software Foundation.
 *
 *    This program is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *    GNU Affero General Public License for more details.
 *
 *    You should have received a copy of the GNU Affero General Public License
 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

Contributor License Agreement

In order to contribute code, you'll need to submit a CLA. We use http://cla-assistant.io to make things easy. If you've never contributed before, a bot will comment a link in the pull request. Just click the link, hit accept, and you're done.