Skip to content

GitHub Pages backed hosting of opentsdb.net

StumbleUponArchive/opentsdb.net

 
 

Repository files navigation

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Contributing to OpenTSDB - OpenTSDB - A Distributed, Scalable Monitoring System</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen"/>
<![endif]-->
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18339382-1']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _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>
</head>

<body>
<header><div id="headerbar">
  <h1><a href="index.html">OpenTSDB</a></h1>
  <nav><ul id="navbar">
    <li><a href="overview.html">Overview</a></li>
    <li><a href="getting-started.html">Getting Started</a></li>
    <li><a href="manual.html">Manual</a></li>
    <li><a href="faq.html">FAQ</a></li>
  </ul></nav>
</div></header>

<!--[if lte IE 8]>
<div class="iesucks">Warning: You're using an unsupported, archaic browser.
Get a better, modern browsing experience with
<a href="http://www.google.com/chrome">Chrome</a> or
<a href="http://www.mozilla.com/firefox">Firefox</a>.</div>
<![endif]-->
<section id="content">
<section id="contributing">

<h2>How to Contribute</h2>

A few guidelines to keep in mind:
<ul>
<li>Please file <a href="https://github.com/OpenTSDB/opentsdb/issues">
issues on GitHub</a>.  Make sure your bug reports contain enough details
so they can be easily understood by others and quickly fixed.</li>
<li>The best way to contribute code is to
<a href="http://help.github.com/send-pull-requests/">send a pull request</a>
on GitHub.</li>
<li>Alternatively, you can send a plain-text patch to the
<a href="http://groups.google.com/group/opentsdb">mailing list</a>.</li>
<li>Before your code changes can be included, please file the
<a href="#cla">Contribution License Agreement</a> below.</li>
<li>Unlike, say, the Apache Software Foundation, we do not require every
single code change to be attached to an issue.  Feel free to send as many
small fixes as you want.</li>
<li>Please break down your changes into as many small commits as possible.</li>
<li>Please <strong>respect the coding style</strong> of the code you're
changing.</li>
</ul>

<h2 id="cla">Contribution License Agreement</h2>

All contributors are required to file the User Contribution License Agreement
below.  This agreement is pretty standard and is used by many open-source
projects and organizations such as Netty or the Apache Software Foundation,
just to cite a couple.
<p/>

It only takes a couple minutes to file this form electronically.
<p/>
<hr/>
<p/>

<iframe
src="https://docs.google.com/spreadsheet/embeddedform?formkey=dFNiOFROLXJBbFBmMkQtb1hNMWhUUnc6MQ"
width="100%" height="1800" frameborder="0" marginheight="0"
marginwidth="0">Loading...</iframe>

</section>
<footer>
&copy; 2010&ndash;2012 The OpenTSDB Authors.
</footer>
</section></body></html>

About

GitHub Pages backed hosting of opentsdb.net

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.1%
  • JavaScript 34.9%