1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/sphinx_docs/html/developers/communication.html" />
<meta charset="utf-8" />
<title>Communication Channels for PETSc Development — PETSc 3.14.5 documentation</title>
<link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css" />
<link rel="stylesheet" type="text/css" href="../_static/katex-math.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/contrib/auto-render.min.js"></script>
<script src="../_static/katex_autorenderer.js"></script>
<link rel="shortcut icon" href="../_static/PETSc_RGB-logo.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Contributing to PETSc" href="contributing.html" />
<link rel="prev" title="PETSc Developer’s Documentation" href="index.html" />
</head><body>
<div id="version" align=right><b>petsc-3.14.5 2021-03-03</b></div>
<div id="bugreport" align=right><a href="mailto:petsc-maint@mcs.anl.gov?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: petsc-3.14.5 v3.14.5 docs/sphinx_docs/html/developers/communication.html "><small>Report Typos and Errors</small></a></div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="contributing.html" title="Contributing to PETSc"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="PETSc Developer’s Documentation"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">PETSc 3.14.5 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">PETSc Developer’s Documentation</a> »</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/PETSc-TAO_RGB.svg" alt="Logo"/>
</a></p>
<h3><a href="../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Communication Channels for PETSc Development</a><ul>
<li><a class="reference internal" href="#gitlab">GitLab</a></li>
<li><a class="reference internal" href="#mailing-lists">Mailing Lists</a><ul>
<li><a class="reference internal" href="#responding-to-user-requests-and-questions">Responding to User Requests and Questions</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="index.html"
title="previous chapter">PETSc Developer’s Documentation</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="contributing.html"
title="next chapter">Contributing to PETSc</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/developers/communication.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="communication-channels-for-petsc-development">
<h1>Communication Channels for PETSc Development<a class="headerlink" href="#communication-channels-for-petsc-development" title="Permalink to this headline">¶</a></h1>
<div class="section" id="gitlab">
<h2>GitLab<a class="headerlink" href="#gitlab" title="Permalink to this headline">¶</a></h2>
<p>Day-to-day development happens at the <a class="reference external" href="https://gitlab.com/petsc/petsc">PETSc GitLab repository</a>.
There, you can find the history and development version of the source code,
<a class="reference external" href="https://gitlab.com/petsc/petsc/issues">see or create issues</a>,
<a class="reference external" href="https://gitlab.com/petsc/petsc/-/merge_requests">see or create merge requests</a>,
and more. Also see <a class="reference internal" href="integration.html"><span class="doc">PETSc Integration Workflows</span></a>.</p>
</div>
<div class="section" id="mailing-lists">
<h2>Mailing Lists<a class="headerlink" href="#mailing-lists" title="Permalink to this headline">¶</a></h2>
<p>Please consider joining the <a class="reference external" href="https://www.mcs.anl.gov/petsc/miscellaneous/mailing-lists.html">mailing lists</a>.</p>
<p>Comments and questions regarding PETSc design and development should go to <a class="reference external" href="mailto:petsc-dev%40mcs.anl.gov">petsc-dev<span>@</span>mcs<span>.</span>anl<span>.</span>gov</a>.</p>
<p>Configuration issues (with <code class="docutils literal notranslate"><span class="pre">make.log</span></code> and <code class="docutils literal notranslate"><span class="pre">configure.log</span></code> attached) should be reported to <a class="reference external" href="mailto:petsc-maint%40mcs.anl.gov">petsc-maint<span>@</span>mcs<span>.</span>anl<span>.</span>gov</a>.</p>
<p>For bugs and other issues, we encourage users to create a <a class="reference external" href="https://gitlab.com">GitLab</a> account and
<a class="reference external" href="https://gitlab.com/petsc/petsc/issues">file issues directly</a>;
this allows better tracking of long-term bug reports and feature requests.</p>
<p>General questions regarding the use of PETSc can, as usual, go to <a class="reference external" href="mailto:petsc-users%40mcs.anl.gov">petsc-users<span>@</span>mcs<span>.</span>anl<span>.</span>gov</a> (public)
or <a class="reference external" href="mailto:petsc-maint%40mcs.anl.gov">petsc-maint<span>@</span>mcs<span>.</span>anl<span>.</span>gov</a> (private, can handle large attachments).</p>
<div class="section" id="responding-to-user-requests-and-questions">
<h3>Responding to User Requests and Questions<a class="headerlink" href="#responding-to-user-requests-and-questions" title="Permalink to this headline">¶</a></h3>
<p>PETSc users communicate to the PETSc team via the mailing lists
<a class="reference external" href="mailto:petsc-maint%40mcs.anl.gov">petsc-maint<span>@</span>mcs<span>.</span>anl<span>.</span>gov</a> and <a class="reference external" href="mailto:petsc-users%40mcs.anl.gov">petsc-users<span>@</span>mcs<span>.</span>anl<span>.</span>gov</a>. When responding there,
please follow these guidelines:</p>
<ul class="simple">
<li><p>Be polite and behave according to the <a class="reference external" href="https://gitlab.com/petsc/petsc/-/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a>.</p></li>
<li><p>Address the person by name (when you can determine a name).</p></li>
<li><p>Apologize for the problem when it is appropriate.</p></li>
<li><p>Thank the person for their patience if it is more than six hours since the report came in.</p></li>
<li><p>If the person drops “petsc-maint” or “petsc-users” from the reply list, add it back.</p></li>
<li><p>Don’t ask too many questions or give too many suggestions in the same email. The user often responds only to the first of them or becomes confused.</p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="contributing.html" title="Contributing to PETSc"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="PETSc Developer’s Documentation"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">PETSc 3.14.5 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" >PETSc Developer’s Documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 1991-2021, UChicago Argonne, LLC and the PETSc Development Team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.4.4.
</div>
</body>
</html>
|