Skip to content

Commit

Permalink
Deployed 719b85d with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cartalla committed May 8, 2024
1 parent 1f1e256 commit b6ee3da
Show file tree
Hide file tree
Showing 19 changed files with 1,063 additions and 81 deletions.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<li class="navitem">
<a href="/deploy-parallel-cluster/" class="nav-link">Deploy AWS ParallelCluster</a>
</li>
<li class="navitem">
<a href="/config/" class="nav-link">Configuraton File Format</a>
</li>
<li class="navitem">
<a href="/res_integration/" class="nav-link">RES Integration</a>
</li>
Expand Down
17 changes: 10 additions & 7 deletions CONTRIBUTING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<li class="navitem">
<a href="../deploy-parallel-cluster/" class="nav-link">Deploy AWS ParallelCluster</a>
</li>
<li class="navitem">
<a href="../config/" class="nav-link">Configuraton File Format</a>
</li>
<li class="navitem">
<a href="../res_integration/" class="nav-link">RES Integration</a>
</li>
Expand Down Expand Up @@ -130,12 +133,12 @@
</div></div>
<div class="col-md-9" role="main">

<h1 id="contributing-guidelines">Contributing Guidelines</h1>
<h1 id="contributing-guidelines">Contributing Guidelines<a class="headerlink" href="#contributing-guidelines" title="Permanent link"></a></h1>
<p>Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional
documentation, we greatly value feedback and contributions from our community.</p>
<p>Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
information to effectively respond to your bug report or contribution.</p>
<h2 id="reporting-bugsfeature-requests">Reporting Bugs/Feature Requests</h2>
<h2 id="reporting-bugsfeature-requests">Reporting Bugs/Feature Requests<a class="headerlink" href="#reporting-bugsfeature-requests" title="Permanent link"></a></h2>
<p>We welcome you to use the GitHub issue tracker to report bugs or suggest features.</p>
<p>When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:</p>
Expand All @@ -145,7 +148,7 @@ <h2 id="reporting-bugsfeature-requests">Reporting Bugs/Feature Requests</h2>
<li>Any modifications you've made relevant to the bug</li>
<li>Anything unusual about your environment or deployment</li>
</ul>
<h2 id="contributing-via-pull-requests">Contributing via Pull Requests</h2>
<h2 id="contributing-via-pull-requests">Contributing via Pull Requests<a class="headerlink" href="#contributing-via-pull-requests" title="Permanent link"></a></h2>
<p>Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:</p>
<ol>
<li>You are working against the latest source on the <em>main</em> branch.</li>
Expand All @@ -163,15 +166,15 @@ <h2 id="contributing-via-pull-requests">Contributing via Pull Requests</h2>
</ol>
<p>GitHub provides additional document on <a href="https://help.github.com/articles/fork-a-repo/">forking a repository</a> and
<a href="https://help.github.com/articles/creating-a-pull-request/">creating a pull request</a>.</p>
<h2 id="finding-contributions-to-work-on">Finding contributions to work on</h2>
<h2 id="finding-contributions-to-work-on">Finding contributions to work on<a class="headerlink" href="#finding-contributions-to-work-on" title="Permanent link"></a></h2>
<p>Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues is a great place to start.</p>
<h2 id="code-of-conduct">Code of Conduct</h2>
<h2 id="code-of-conduct">Code of Conduct<a class="headerlink" href="#code-of-conduct" title="Permanent link"></a></h2>
<p>This project has adopted the <a href="https://aws.github.io/code-of-conduct">Amazon Open Source Code of Conduct</a>.
For more information see the <a href="https://aws.github.io/code-of-conduct-faq">Code of Conduct FAQ</a> or contact
opensource-codeofconduct@amazon.com with any additional questions or comments.</p>
<h2 id="security-issue-notifications">Security issue notifications</h2>
<h2 id="security-issue-notifications">Security issue notifications<a class="headerlink" href="#security-issue-notifications" title="Permanent link"></a></h2>
<p>If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our <a href="http://aws.amazon.com/security/vulnerability-reporting/">vulnerability reporting page</a>. Please do <strong>not</strong> create a public github issue.</p>
<h2 id="licensing">Licensing</h2>
<h2 id="licensing">Licensing<a class="headerlink" href="#licensing" title="Permanent link"></a></h2>
<p>See the <a href="LICENSE">LICENSE</a> file for our project's licensing. We will ask you to confirm the licensing of your contribution.</p></div>
</div>
</div>
Expand Down
Loading

0 comments on commit b6ee3da

Please sign in to comment.