forked from codice/codice.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
LinkMJB/codice.github.com
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset='utf-8' />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title>Contributing - Codice Foundation</title>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link href="assets/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35136374-3']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="assets/javascripts/modernizr.js" type="text/javascript"></script>
</head>
<body>
<div id="page_container">
<header id="header">
<div class="inner">
<a href="index.html" title="Codice Foundation" id="logo">
<img alt="Text_banner" src="assets/images/text_banner.png" />
</a>
<h2>A Public Code Conservancy</h2>
<!-- <a href="https://github.com/codice" class="button"><small>Follow me on</small>GitHub</a> -->
</div>
</header>
<section id="page">
<em>
<div class="inner clearfix">
<section id="main-content">
<h1>Contributing to Codice</h1>
<p>There are many ways to contribute to Codice, or any of the projects.  In order to formally contribute you'll need to sign, at a minimum, an <a href="agreements.html" title="Agreements">Individual Contributor License Agreement</a> (ICLA).  If you're contributing as an employee of an organization you'll also need to sign a <a href="agreements.html" title="Agreements">Corporate Contributor License Agreement</a> (CCLA) which protects all parties given intellectual property constraints.</p>
<p>But!  You don't need an agreement to communicate.</p>
<h2>Communicate!</h2>
<p>It all starts with communicating with the projects, or our organization.  The mailing lists, and issue trackers - the communities - are an ocean of knowledge.  It's a two-way street, so let's ensure we're all communicating well.</p>
<p>Submit issues, which helps us document the process as well.</p>
<p>Blog, speak and attend <a href="http://www.mil-oss.org" title="http://www.miloss.org" target="_blank">Mil-OSS</a> events!</p>
<h2>Code!</h2>
<p>Fork, fix and submit patches, or pull requests.  Earn yourself a spot as an official contributor by signing the agreement and working with the projects.</p>
<h2>Document!</h2>
<p>It's not just about the code.  We're also looking for contributions towards documentation (indirectly in blog posts too) for a project's wiki.  If you're interested, reach out to anyone in the project PMC, the mailing list or the Codice BoD and we'll get you moving in the right direction.</p>
<h2>Sponsor!</h2>
<p>There are also ways to contribute by sponsoring events or donating.  Feel free to contact us at <a href="mailto:%69%6e%66%6f%40%63%6f%64%69%63%65%2e%6f%72%67" title="info@codice.org">info@codice.org</a>.</p>
</section>
<aside id="sidebar">
<nav id='menu' class='menu'>
<ul>
<li class='first'>
<a href="index.html">Home</a> <ul class='clearfix'>
<li class='first last'>
<a href="about.html">About</a></li>
</ul>
</li>
<li>
<a href="governance.html">Governance</a> <ul class='clearfix'>
<li class='first'>
<a href="board.html">The Board</a></li>
<li class='last'>
<a href="roles.html">Roles</a></li>
</ul>
</li>
<li class='selected'>
<a href="contributing.html">Contributing</a> <ul class='clearfix'>
<li class='first'>
<a href="agreements.html">Agreements</a></li>
<li class='last'>
<a href="proposal.html">Proposal Template</a></li>
</ul>
</li>
<li>
<a href="incubation.html">Incubation</a> <ul class='clearfix'>
<li class='first last'>
<a href="graduation.html">Graduation</a></li>
</ul>
</li>
<li>
<a href="tools.html">Tools</a></li>
<li class='last'>
<a href="projects.html">Projects</a></li>
</ul>
</nav>
</aside>
</div>
</em>
</section>
<footer>
<div class="inner">
<a href="index.html" title="Codice Foundation">
© Codice Foundation
</a>
<h2>Codice Foundation: A Public Code Conservancy</h2>
</div>
</footer>
</div>
<script src="assets/javascripts/application.js" type="text/javascript"></script>
</body>
</html>About
No description, website, or topics provided.
Contributing
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 88.6%
- CSS 11.4%