Commit graph

16 commits

Author SHA1 Message Date
Noriko Hosoi
f3078c256e Clean up / Workaround non-inclusive words
- CHANGELOG.md
- README.md
- contributing.md
- library/network_connections.py
- module_utils/network_lsr/argument_validator.py
- module_utils/network_lsr/ethtool.py
- tests/ensure_provider_tests.py
- tests/playbooks/tests_bond_options.yml
- tests/unit/test_network_connections.py

Signed-off-by: Noriko Hosoi <nhosoi@redhat.com>
2023-01-19 15:13:35 -07:00
Till Maas
83dcfdc346 Contributing: Explain how to install tox_lsr
Signed-off-by: Till Maas <opensource@till.name>
2022-03-11 15:43:51 +01:00
Till Maas
ac33851552 Contributing: Update IRC information
Signed-off-by: Till Maas <opensource@till.name>
2022-02-04 18:33:39 +01:00
Till Maas
adf4192e38 Contributing: Fix spelling
Signed-off-by: Till Maas <opensource@till.name>
2022-02-04 18:33:39 +01:00
Till Maas
b55d96a8a9 Add markdownlint style
Add a style for https://github.com/markdownlint/markdownlint/ to allow
it to be used to check for a consistent style and matching the current
style.

Signed-off-by: Till Maas <opensource@till.name>
2021-04-07 18:06:31 +02:00
Till Maas
ffa98f4876 Unify Markdown syntax
- Use a consistent style for lists and fix indentations
- Adjust whitespace to fence lists or code blocks
- Remove double blank lines
- Wrap lines at 88 characters
- Add missing notations for code
- Use proper links instead of plain URLs
- Reword some parts to fit the style and update the text

Signed-off-by: Till Maas <opensource@till.name>
2021-04-07 18:06:31 +02:00
Wen Liang
f01655c47a Add NetworkManager development documentation to contributing guide
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2020-12-18 17:54:56 +08:00
Fernando Fernandez Mancera
6812aab616 README.md: replace reference to "master" branch with "main" branch
All links containing references to the "master" branch must be replaced
by the "main" branch.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
2020-11-10 10:36:22 +01:00
Wen Liang
e92a5c272a Document where to find other images used for testing
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2020-10-07 22:31:17 +02:00
Wen Liang
eda49e3b38 Document running integration tests with podman
Document how to run integration test with podman, and list the files that are currently not working with podman.

Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2020-09-15 19:52:09 +02:00
Wen Liang
d2bd928278 Remove extra quote in configuring git user email
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
2020-09-15 19:52:09 +02:00
Rafael G. Ruiz
062b3a40ac contributing: add DCO requirement
Signed-off-by: Rafael G. Ruiz <llerrak@hotmail.com>
2020-08-28 09:10:43 +02:00
Till Maas
3fc15de068 Library: Introduce debug flags
Allow to disable the checkpoint feature with a debug flag to make
debugging easier.
2020-05-29 08:41:12 +02:00
Elvira Garcia Ruiz
c9d2f8f3b7 Update contributing.md with detailed info of the project
Now the contribution document has some steps to facilitate to get into the
project's workflow for new contributors. It also contains the code
structure and how to use the CI testing of the project and basic info about git
configuration. A small reference to the contributing document has been added to
the readme.

Signed-off-by: Elvira Garcia Ruiz <elviragr@riseup.net>
2020-05-27 13:59:49 +02:00
Harsh Jain
1359d963b0 Add the mailing list and IRC channel in contributing 2020-05-11 13:48:35 +02:00
Harsh Jain
9d561ea915 Add commit message guidelines to contributing 2020-04-26 17:03:57 +02:00