up
This commit is contained in:
+5
-5
@@ -40,9 +40,9 @@
|
||||
<table>
|
||||
<tr><th>Resource</th><th>Description</th><th>Link</th></tr>
|
||||
<tr>
|
||||
<td>GitHub</td>
|
||||
<td>Git</td>
|
||||
<td>Source code, issue tracker, pull requests</td>
|
||||
<td><a href="https://github.com/revivesparc">github.com/revivesparc</a></td>
|
||||
<td><a href="https://git.revivesparc.com/Revivesparc">git.revivesparc.com/Revivesparc</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mailing List</td>
|
||||
@@ -67,7 +67,7 @@
|
||||
<tr>
|
||||
<td>Bug Tracker</td>
|
||||
<td>Report issues and feature requests</td>
|
||||
<td><a href="https://github.com/revivesparc/revivesparc/issues">GitHub Issues</a></td>
|
||||
<td><a href="https://git.revivesparc.com/Revivesparc/revivesparc/issues">Issues</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -76,14 +76,14 @@
|
||||
|
||||
<h4>Code Contributions</h4>
|
||||
<ol>
|
||||
<li>Fork the repository on GitHub.</li>
|
||||
<li>Fork the repository on our Git instance.</li>
|
||||
<li>Create a feature branch: <code>git checkout -b my-feature</code></li>
|
||||
<li>Make your changes and add tests.</li>
|
||||
<li>Run the test suite: <code>make test</code></li>
|
||||
<li>Submit a pull request with a clear description of your changes.</li>
|
||||
</ol>
|
||||
|
||||
<p>Before starting significant work, please post to the mailing list or open a discussion on GitHub to coordinate with other developers.</p>
|
||||
<p>Before starting significant work, please post to the mailing list or open a discussion on the issue tracker to coordinate with other developers.</p>
|
||||
|
||||
<h4>Reporting Bugs</h4>
|
||||
<p>When reporting a bug, please include:</p>
|
||||
|
||||
Reference in New Issue
Block a user