Awesome-Selfhosted-Mirror/docs/awesome-selfhosted/Info/CONTRIBUTING/index.html
2020-11-11 10:45:28 -05:00

181 lines
7.5 KiB
HTML

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../../../img/favicon.ico">
<title>Contributing - Awesome SelfHosted</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700" />
<link rel="stylesheet" href="../../../css/theme.css" />
<link rel="stylesheet" href="../../../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />
<script>
// Current page data
var mkdocs_page_name = "Contributing";
var mkdocs_page_input_path = "awesome-selfhosted\\Info\\CONTRIBUTING.md";
var mkdocs_page_url = null;
</script>
<script src="../../../js/jquery-2.1.1.min.js" defer></script>
<script src="../../../js/modernizr-2.8.3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/yaml.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/rust.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="../../.." class="icon icon-home"> Awesome SelfHosted</a>
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../..">Home</a>
</li>
</ul>
<p class="caption"><span class="caption-text">Awesome selfhosted</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../../">Awesome-Selfhosted</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../../non-free/">Proprietary Software</a>
</li>
<li class="toctree-l1 current"><a class="reference internal current" href="#">Info</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../Authors/">Authors</a>
</li>
<li class="toctree-l2 current"><a class="reference internal current" href="./">Contributing</a>
<ul class="current">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../LICENSE/">License</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../..">Awesome SelfHosted</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../..">Docs</a> &raquo;</li>
<li>Info &raquo;</li>
<li>Awesome selfhosted &raquo;</li>
<li>Contributing</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main">
<div class="section">
<h1 id="contributing">Contributing</h1>
<p>Please open a new issue to clarify any questions, or post in the <a href="https://github.com/awesome-selfhosted/awesome-selfhosted/issues/89">General discussion issue</a>.</p>
<p>All guidelines for adding new software to the list are listed in <a href="PULL_REQUEST_TEMPLATE.md">PULL_REQUEST_TEMPLATE.md</a>.</p>
<p>Other recommendations:</p>
<ul>
<li>To add a new entry, <a href="https://github.com/awesome-selfhosted/awesome-selfhosted/edit/master/README.md">edit the README.md file</a> through Github's web interface or a text editor, and send a Pull Request.</li>
<li>See <a href="https://help.github.com/articles/editing-files-in-another-user-s-repository/">Editing files in another user's repository</a>, <a href="https://help.github.com/articles/creating-a-pull-request/">Creating Pull Requests</a>, <a href="https://help.github.com/articles/using-pull-requests/">Using Pull Requests</a> for help on sending your patch.</li>
<li>A script to help you format new entries is available at (it requires <code>make</code> to be installed): <code>git clone</code>/<a href="https://github.com/awesome-selfhosted/awesome-selfhosted/archive/master.zip">download</a> and enter the repository, run <code>make add</code> and follow the instructions.</li>
<li>A website to help you format new entries is available at https://n8225.github.io/</li>
<li>The list of contributors can be updated with <code>make contrib</code>. </li>
<li>Software with no development activity for 6-12 months may be removed from the list.</li>
<li>Don't know where to start? Check issues labeled <a href="https://github.com/awesome-selfhosted/awesome-selfhosted/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><code>help wanted</code></a> and <a href="https://github.com/awesome-selfhosted/awesome-selfhosted/issues?q=is%3Aissue+is%3Aopen+label%3Afix"><code>fix</code></a>.</li>
</ul>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../LICENSE/" class="btn btn-neutral float-right" title="License">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../Authors/" class="btn btn-neutral" title="Authors"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<!-- Copyright etc -->
</div>
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<div class="rst-versions" role="note" aria-label="versions">
<span class="rst-current-version" data-toggle="rst-current-version">
<span><a href="../Authors/" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span style="margin-left: 15px"><a href="../LICENSE/" style="color: #fcfcfc">Next &raquo;</a></span>
</span>
</div>
<script>var base_url = '../../..';</script>
<script src="../../../js/theme.js" defer></script>
<script src="../../../search/main.js" defer></script>
<script defer>
window.onload = function () {
SphinxRtdTheme.Navigation.enable(true);
};
</script>
</body>
</html>