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.
Here's how to make a pull request...
- Fork
decosoftware/deco-ide
and create your branch frommaster
. - Review the Pull Request Checklist.
- 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.
- Done, it is merged.
- All new files have the Copyright Notice added to the top of the file.
- Your commits have been squashed
git rebase -i
.
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/>.
*
*/
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.