-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manual run of drift-manager to update the ltm-1.6 branch. (#268)
* Update CI and other files for newest ltm cookie.
- Loading branch information
Showing
18 changed files
with
959 additions
and
484 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"cookiecutter": { | ||
"codeowner_github_usernames": "@mzbroch @scetron @glennmatthews @chadell", | ||
"full_name": "Network to Code, LLC", | ||
"email": "info@networktocode.com", | ||
"github_org": "nautobot", | ||
"plugin_name": "nautobot_device_onboarding", | ||
"verbose_name": "Device Onboarding", | ||
"plugin_slug": "nautobot-device-onboarding", | ||
"project_slug": "nautobot-app-device-onboarding", | ||
"repo_url": "https://github.com/nautobot/nautobot-app-device-onboarding", | ||
"base_url": "nautobot-device-onboarding", | ||
"min_nautobot_version": "1.6.0", | ||
"max_nautobot_version": "1.9999", | ||
"camel_name": "NautobotDeviceOnboarding", | ||
"project_short_description": "Device Onboarding", | ||
"model_class_name": "None", | ||
"open_source_license": "Apache-2.0", | ||
"docs_base_url": "https://docs.nautobot.com", | ||
"docs_app_url": "https://docs.nautobot.com/projects/device-onboarding/en/latest", | ||
"_template": "nautobot-plugin" | ||
} | ||
} |
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
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!-- | ||
Thank you for your interest in contributing to Device Onboarding! Please note | ||
that our contribution policy recommends that a feature request or bug | ||
report be opened for approval prior to filing a pull request. This | ||
helps avoid wasting time and effort on something that we might not | ||
be able to accept. | ||
Please indicate the relevant feature request or bug report below. | ||
--> | ||
|
||
# Closes: #<ISSUE NUMBER GOES HERE> | ||
|
||
## What's Changed | ||
|
||
<!-- | ||
Please include: | ||
- A summary of the proposed changes | ||
- A sectioned breakdown for larger features under ## subheadings | ||
- Screenshots, example payloads where relevant: | ||
- Before/After for bugfixes | ||
- Using a new feature | ||
--> | ||
|
||
## To Do | ||
|
||
<!-- | ||
Please feel free to update todos to keep track of your own notes for WIP PRs. | ||
--> | ||
- [ ] Explanation of Change(s) | ||
- [ ] Attached Screenshots, Payload Example | ||
- [ ] Unit, Integration Tests | ||
- [ ] Documentation Updates (when adding/changing features) | ||
- [ ] Example Plugin Updates (when adding/changing features) | ||
- [ ] Outline Remaining Work, Constraints from Design |
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
Oops, something went wrong.