mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
ci: Make badges consistent, run markdownlint all .md files (#631)
- Consistently generate badges for GH workflows in README RHELPLAN-146921 - Run markdownlint on all .md files - Add custom-woke-action if not used already - Use woke from linux-system-roles/lsr-woke-action Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
This commit is contained in:
parent
4dd282e0c5
commit
cd7eafe009
10 changed files with 18 additions and 186 deletions
|
|
@ -1,8 +1,6 @@
|
|||
Contributing to the network Linux System Role
|
||||
=============================================
|
||||
# Contributing to the network Linux System Role
|
||||
|
||||
Where to start
|
||||
--------------
|
||||
## Where to start
|
||||
|
||||
The first place to go is [Contribute](https://linux-system-roles.github.io/contribute.html).
|
||||
This has all of the common information that all role developers need:
|
||||
|
|
@ -22,7 +20,7 @@ are likely to be suitable for new contributors!
|
|||
**Code** is managed on [Github](https://github.com/linux-system-roles/network), using
|
||||
[Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
|
||||
|
||||
### Python Code
|
||||
## Python Code
|
||||
|
||||
The Python code needs to be **compatible with the Python versions supported by
|
||||
the role platform**.
|
||||
|
|
@ -53,8 +51,7 @@ to use a non-system python on the managed node, so it is a good idea to ensure
|
|||
your code has broad python version compatibility, and do not assume your code
|
||||
will only ever be run with the default system python.
|
||||
|
||||
Debugging network system role
|
||||
-----------------------------
|
||||
## Debugging network system role
|
||||
|
||||
When using the `nm` provider, NetworkManager create a checkpoint and reverts the
|
||||
changes on failures. This makes it hard to debug the error. To disable this, set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue