Krzysztof Andrzej Sikorski commited on 2022-04-28 02:46:54
Showing 2 changed files, with 12 additions and 5 deletions.
... | ... |
@@ -31,11 +31,6 @@ final class MainMenuGenerator |
31 | 31 |
'url' => $this->urlGenerator->generate(name: AppRoutes::ABOUT), |
32 | 32 |
'external' => false, |
33 | 33 |
], |
34 |
- [ |
|
35 |
- 'name' => 'Submit data', |
|
36 |
- 'url' => $this->urlGenerator->generate(name: AppRoutes::SUBMIT_JSON), |
|
37 |
- 'external' => false, |
|
38 |
- ], |
|
39 | 34 |
[ |
40 | 35 |
'name' => 'Back to Nexus Clash', |
41 | 36 |
'url' => 'https://www.nexusclash.com/', |
... | ... |
@@ -29,6 +29,11 @@ |
29 | 29 |
Feel free to drop a message in one of these places. |
30 | 30 |
</p> |
31 | 31 |
</section> |
32 |
+ <section> |
|
33 |
+ <h1>Contributing data</h1> |
|
34 |
+ <p>This webpage is still just an early prototype and there is no official, user-friendly way to submit data.</p> |
|
35 |
+ <p>If you really want to use the same experimental procedure that I used, please contact me for details.</p> |
|
36 |
+ </section> |
|
32 | 37 |
<section> |
33 | 38 |
<h1>Open source</h1> |
34 | 39 |
<p> |
... | ... |
@@ -42,4 +47,11 @@ |
42 | 47 |
<li><a href="https://git.launchpad.net/nexus-archive" rel="external">Launchpad mirror</a></li> |
43 | 48 |
</ul> |
44 | 49 |
</section> |
50 |
+ <section> |
|
51 |
+ <h1>Bugs and patches</h1> |
|
52 |
+ <p> |
|
53 |
+ If you want to report a bug or submit a code patch, I would prefer if you used one of the above-mentioned |
|
54 |
+ code hosting portals, but you can also open a forum thread or send me a private message. |
|
55 |
+ </p> |
|
56 |
+ </section> |
|
45 | 57 |
{% endblock %} |
46 | 58 |