diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-15 23:24:56 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-15 23:24:56 +0100 |
commit | 6780aff28ca9493b38fdd9539d0c769902eaeadf (patch) | |
tree | 638eeb7959a4c5ad55f5f9f555ea409ede24a64c /index.html | |
parent | aefd17468b041d8081f0cdbfff6720ceb2248744 (diff) |
Added a short description of how to submit bugs and tasks
New users don't know where to look for submitting bugs and tasks, so
its good to put a short description in the top page. Later, we should
open a whole page for this.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ git checkout -b master <span class="comment"># Make n </p> <p>See the <a href="https://gitlab.com/maneage/project/-/blob/maneage/README-hacking.md#customization-checklist">Customization Checklist</a> in the cloned <code>README-hacking.md</code> file for the next steps to start customizing Maneage for your project. </p> + <h3>Submitting bugs and suggesting new features</h3> + <p>Development discussions (like list of existing <a href="https://savannah.nongnu.org/bugs/?group=reproduce">bugs</a> and <a href="https://savannah.nongnu.org/task/?group=reproduce">tasks</a>) are currently maintained in <a href="https://savannah.nongnu.org/projects/reproduce/">GNU Savannah</a>. + You can <a href="https://savannah.nongnu.org/account/register.php">register in GNU Savannah</a> to <a href="https://savannah.nongnu.org/bugs/?func=additem&group=reproduce">submit a bug</a> or <a href="https://savannah.nongnu.org/task/?func=additem&group=reproduce">submit a task</a>, or comment on an existing bug or task. If you want to submit a general issue without registering on Savannah, you can <a href="https://savannah.nongnu.org/support/?func=additem&group=reproduce">submit an item</a>.</p> <h3>Merge/Pull requests</h3> <p>As you continue customizing Maneage for your own project, you will notice generic improvements that can be useful for other projects too. In such cases, please send us those changes to implement in the core Maneage branch and let them propagate to all projects using it. |