diff --git a/.bandit.yml b/.bandit.yml index 149f2ea..781fb8f 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -3,4 +3,4 @@ skips: [] # No need to check for security issues in the test scripts! exclude_dirs: - "./tests/" - - "./netcompare/tests/" + - "./jdiff/tests/" diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 659513e..9e1e50f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,11 +1,11 @@ --- name: 🐛 Bug Report -about: Report a reproducible bug in the current release of netcompare +about: Report a reproducible bug in the current release of jdiff --- ### Environment * Python version: -* netcompare version: +* jdiff version: ### Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d579533..0fea2d3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,7 +5,7 @@ about: Propose a new feature or enhancement --- ### Environment -* netcompare version: +* jdiff version: