Skip to content

Commit 6465edb

Browse files
authored
Update docs wording (#1975)
1 parent 1ab21c5 commit 6465edb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/dev/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing
22

3-
Pull requests are welcomed and automatically built and tested against multiple versions of Python through GitHub Actions.
3+
Pull requests are welcomed and automatically built and tested against Python version(s) through GitHub Actions.
44

5-
Except for unit tests, testing is only supported on Python 3.9.
5+
Except for unit tests, testing is supported on Python 3.12.
66

77
The project is packaged with a light development environment based on `Docker` to help with the local development of the project and to run tests within GitHub Actions.
88

docs/dev/dev_parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ tests/cisco_ios/show_mac-address-table/cisco_ios_show_mac-address-table9.yml
227227
$
228228
```
229229

230-
Additionally, each of these commands are available via invoke commands to better support a docker environment. The arguement names match up, e.g. `python cli.py clean-yaml-file` has an equivalant `invoke clean-yaml-file`.
230+
Additionally, each of these commands are available via invoke commands to better support a docker environment. The argument names match up, e.g. `python cli.py clean-yaml-file` has an equivalant `invoke clean-yaml-file`.
231231

232232
# Updating/Fixing Existing Templates
233233
When either fixing a bug within a template or adding additional **Values** to be captured, additional test files should be added to ensure backwards compatibility and that the new data is being parsed correctly.

docs/dev/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Extending the Library
22

3-
Extending the library is welcome, however it is best to open an issue first, to ensure that a PR would be accepted and makes sense in terms of features and design.
3+
Extending the library is welcome and in most instances PRs are merged after review. If there is a large quantity of changes or are not backwards compatible, it would be advised to open an issue first to ensure that a PR would be accepted and makes sense in terms of features and design.
44

55
Requesting for others to create templates is not currently supported. Please review the [faq](../user/faq.md#does-the-project-support-requests-for-additional-templates-or-additional-data-in-an-existing-template) for more details.

docs/user/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Frequently Asked Questions
22

3-
From an outsiders view, some design choices, requirements, and testing procedures can seem arbitrary. The following list of FAQ is intended to help provide context and better guide users and contributors of ntc-templates.
3+
From an outsider's view, some design choices, requirements, and testing procedures can seem arbitrary. The following list of FAQ is intended to help provide context and better guide users and contributors of ntc-templates.
44

55
## How do I test my templates?
66

0 commit comments

Comments
 (0)