← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/lpcraft:known-issues into lpcraft:main

 

Jürgen Gmach has proposed merging ~jugmac00/lpcraft:known-issues into lpcraft:main.

Commit message:
Add support page

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #1996733 in lpcraft: "lpcraft run fails locally but succeeds on LP"
  https://bugs.launchpad.net/lpcraft/+bug/1996733

For more details, see:
https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/433279
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpcraft:known-issues into lpcraft:main.
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 64753c6..cf95e75 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -86,10 +86,3 @@ Build the documentation locally.
     <https://lpcraft.readthedocs.io/en/latest/>`_ online,
     after having pushed your changes to the repository, you need to trigger a
     manual build on the project's dashboard on https://readthedocs.org.
-
-Getting help
-------------
-
-If you find bugs in this package, you can report them here:
-
-    https://launchpad.net/lpcraft
diff --git a/docs/cli-interface.rst b/docs/cli-interface.rst
index 3edffa0..afb6907 100644
--- a/docs/cli-interface.rst
+++ b/docs/cli-interface.rst
@@ -1,6 +1,6 @@
-=======================
-lpcraft - CLI interface
-=======================
+=============
+CLI interface
+=============
 
 Please note that this is only a small selection of the available commands and
 options.
diff --git a/docs/index.rst b/docs/index.rst
index 9e8dfce..488b44c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -58,5 +58,6 @@ Example configuration
     cli-interface
     plugins
     CONTRIBUTING
+    support
     release-process
     NEWS

Follow ups