diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d69a42f..4d36f30 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 🐛 Bug report about: Create a report to help us improve labels: type/bug --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a3ffa50..fb43ed8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: 🚀 Feature request about: Suggest an idea for this project labels: type/enhancement --- diff --git a/README.md b/README.md index 2d0994a..e37b918 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following co ## Copyright -Copyright © 2018-2023 [Hadenlabs](https://hadenlabs.com) +Copyright © 2018-2024 [Hadenlabs](https://hadenlabs.com) ## Trademarks diff --git a/Taskfile.yml b/Taskfile.yml index b5d39a1..1b92446 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -119,4 +119,4 @@ tasks: environment: desc: Setup environment of project cmds: - - task: python:environment \ No newline at end of file + - task: python:environment diff --git a/config/base.zsh b/config/base.zsh index f6c79fa..a9fa6b9 100644 --- a/config/base.zsh +++ b/config/base.zsh @@ -41,6 +41,7 @@ export GOENV_PACKAGES=( github.com/OWASP/Amass ) + export GOENV_INSTALL_PACKAGES=( github.com/pengwynn/flint@latest # k8s @@ -102,4 +103,6 @@ export GOENV_INSTALL_PACKAGES=( filippo.io/age/cmd/...@latest # di github.com/google/wire/cmd/wire@latest + # trace + github.com/nxtrace/NTrace-core@latest ) \ No newline at end of file