Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-01-26 14:45:11 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-01-26 14:45:11 +0100
commit467878813edb4ab1bcd08cfb34f1be4c492cb064 (patch)
treeabef043fb5daa1a82114c93633915c8357e713d0 /docs/help
parent30e66e49ecde503bf0706a363a41d4cbff174f4a (diff)
This corrects some syntax things for manpages #78. Mainly links are printed out fully rather than wrapping them in a hyper link label.
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/discord.rst2
-rw-r--r--docs/help/issues.rst23
2 files changed, 8 insertions, 17 deletions
diff --git a/docs/help/discord.rst b/docs/help/discord.rst
index 996f721c..609fbecb 100644
--- a/docs/help/discord.rst
+++ b/docs/help/discord.rst
@@ -5,7 +5,7 @@ Discord
There's a discord channel which is frequent by some `contributors <https://github.com/Torxed/archinstall/graphs/contributors>`_.
-To join the server, head over to `discord.com/archinstall <https://discord.gg/cqXU88y>`_'s server and join in.
+To join the server, head over to `https://discord.gg/cqXU88y <https://discord.gg/cqXU88y>`_'s server and join in.
There's not many rules other than common sense and treat others with respect.
There's the `@Party Animals` role if you want notifications of new releases which is posted in the `#Release Party` channel.
diff --git a/docs/help/issues.rst b/docs/help/issues.rst
index 594cc77a..f29b18cc 100644
--- a/docs/help/issues.rst
+++ b/docs/help/issues.rst
@@ -1,9 +1,9 @@
.. _help.issues:
-Issue tracker
-=============
+Issue tracker & bugs
+====================
-Issues should be reported over at `GitHub/issues <https://github.com/Torxed/archinstall/issues>`_.
+Issues and bugs should be reported over at `https://github.com/Torxed/archinstall/issues <https://github.com/Torxed/archinstall/issues>`_.
General questions, enhancements and security issues can be reported over there too.
For quick issues or if you need help, head over the to the Discord server which has a help channel.
@@ -11,20 +11,11 @@ For quick issues or if you need help, head over the to the Discord server which
Submitting a help ticket
========================
-When submitting a help ticket, please include the *install-session_\*.log* found under *~/.cache/archinstall/* on the installation medium.
+| When submitting a help ticket, please include the :code:`/var/log/archinstall/install.log`.
+| It can be found both on the live ISO but also in the installed filesystem if the base packages was strapped in.
-.. code::bash
-
- cd ~/.cache/archinstall
- .
- ├── install-session_2020-11-08_10-43-50.665316.log
- └── workers
- ├── 1edc2abd08261603fb78a1f6083dc74654ea6625d167744221f6bd3dec4bcd5b
- ├── a7c8c2ceea27df2b483c493995556c86bc3e4a1befd0f6709ef6a56ff91d23f4
- └── fadaf96c1164684cc16b374f703f7d3b959545e1ec1fb5471ace9835bf105752
-
-| You can submit the *install-session_2020-11-08_10-43-50.665316.log* in this example to the support personel.
-| They might ask you for individual worker files as well, they contain the raw output from the individual commands executed such *pacman -S ...* etc.
+| There are additional worker files, these worker files contain individual command input and output.
+| These worker files are located in :code:`~/.cache/archinstall/` and does not need to be submitted by default when submitting issues.
.. warning::