-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ You can contribute in many ways: | |
|
||
### Report Bugs | ||
|
||
Report bugs at https://github.com/netbox-community/netbox-napalm/issues. | ||
Report bugs at https://github.com/netbox-community/netbox-napalm-plugin/issues. | ||
|
||
If you are reporting a bug, please include: | ||
|
||
|
@@ -35,7 +35,7 @@ articles, and such. | |
|
||
### Submit Feedback | ||
|
||
The best way to send feedback is to file an issue at https://github.com/netbox-community/netbox-napalm/issues. | ||
The best way to send feedback is to file an issue at https://github.com/netbox-community/netbox-napalm-plugin/issues. | ||
|
||
If you are proposing a feature: | ||
|
||
|
@@ -46,13 +46,13 @@ If you are proposing a feature: | |
|
||
## Get Started! | ||
|
||
Ready to contribute? Here's how to set up `netbox-napalm` for local development. | ||
Ready to contribute? Here's how to set up `netbox-napalm-plugin` for local development. | ||
|
||
1. Fork the `netbox-napalm` repo on GitHub. | ||
1. Fork the `netbox-napalm-plugin` repo on GitHub. | ||
2. Clone your fork locally | ||
|
||
``` | ||
$ git clone [email protected]:your_name_here/netbox-napalm.git | ||
$ git clone [email protected]:your_name_here/netbox-napalm-plugin.git | ||
``` | ||
3. Activate the NetBox virtual environment (see the NetBox documentation under [Setting up a Development Environment](https://docs.netbox.dev/en/stable/development/getting-started/)): | ||
|
@@ -96,7 +96,7 @@ Before you submit a pull request, check that it meets these guidelines: | |
your new functionality into a function with a docstring, and add the | ||
feature to the list in README.md. | ||
3. The pull request should work for Python 3.8, 3.9, 3.10 and 3.11. Check | ||
https://github.com/netbox-community/netbox-napalm/actions | ||
https://github.com/netbox-community/netbox-napalm-plugin/actions | ||
and make sure that the tests pass for all supported Python versions. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters