Skip to content

Commit fa5f2ae

Browse files
authored
Merge pull request #65 from LibreSign/chore/move-tips-to-annotations
chore: move tips to annotations
2 parents d0fc975 + 38ac57d commit fa5f2ae

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

developer_manual/getting-started/tests.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Testing
44
LibreSign includes multiple test suites (see ``.github/workflows`` for CI jobs).
55
Below are the most relevant for day-to-day development and how to run them locally.
66

7+
.. admonition:: Tips
8+
9+
- Keep your local branches rebased and dependencies up to date to reduce noise in lints and type checks.
10+
- Tests and CI are also part of the documentation, check ``.github/workflows`` and the ``tests`` folder for usage examples.
11+
712
Unit tests
813
----------
914

@@ -71,14 +76,3 @@ JavaScript linters
7176
7277
npm run lint:fix
7378
npm run stylelint:fix
74-
75-
Tips
76-
----
77-
78-
- Prefer running commands **inside the Nextcloud container** as the ``www-data`` user
79-
when applicable (permissions and paths will match CI). You may also use the
80-
``runuser`` command, as shown in the examples.
81-
- Keep your local branches rebased and dependencies up to date to reduce noise in
82-
lints and type checks.
83-
- Tests and CI are also part of the documentation, check ``.github/workflows`` and
84-
the ``tests`` folder for usage examples.

0 commit comments

Comments
 (0)