-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2021.07.30 release; scraplicfg support, cleanup
- Loading branch information
1 parent
6d0c79f
commit 8ace891
Showing
74 changed files
with
1,433 additions
and
265 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
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 |
---|---|---|
|
@@ -26,3 +26,9 @@ jobs: | |
run: | | ||
python setup.py sdist bdist_wheel | ||
python -m twine upload dist/* | ||
- name: create release branch | ||
uses: peterjgrainger/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
branch: ${{ github.event.release.tag_name }} |
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
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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
Contributing | ||
======= | ||
============ | ||
|
||
Thanks for thinking about contributing to nornir_scrapli! Contributions are not expected, but are quite welcome. | ||
Thanks for thinking about contributing! Contributions are not expected, but are quite welcome. | ||
|
||
Contributions of all kinds are welcomed -- typos, doc updates, adding examples, bug fixes, and feature adds. | ||
|
||
|
||
Some notes on contributing: | ||
|
||
- Please open an issue to discuss any bug fixes, feature adds, or really any thing that could result in a pull | ||
request. This allows us to all be on the same page, and could save everyone some extra work! | ||
- Once we've discussed any changes, pull requests are of course welcome and very much appreciated! | ||
- All PRs should pass tests -- checkout the Makefile for some shortcuts for linting and testing. | ||
- Please open a GitHub discussion topic for any potential feature adds/changes to discuss them prior to opening a PR, | ||
this way everyone has a chance to chime in and make sure we're all on the same page! | ||
- Please open an issue to discuss any bugs/bug fixes prior to opening a PR. | ||
- Once we all have discussed any adds/changes, pull requests are very much welcome and appreciated! | ||
- All PRs should pass tests/CI linting -- checkout the Makefile for some shortcuts for linting and testing. | ||
- Please include tests! Even simple/basic tests are better than nothing -- it helps make sure changes in the future | ||
don't break functionality or make things act in unexpected ways! |
Oops, something went wrong.