diff --git a/.ci/linters/.gitleaks.toml b/.ci/linters/.gitleaks.toml index 7d3aaa8..c220305 100644 --- a/.ci/linters/.gitleaks.toml +++ b/.ci/linters/.gitleaks.toml @@ -154,7 +154,7 @@ title = "gitleaks config" [[rules]] description = "Env Var" - regex = '''(?i)(apikey|secret|key|api|password|pass)=[0-9a-zA-Z-_.{}]{4,120}''' + regex = '''(?i)(apikey|secret|key|api|password|pass|pw|host)=[0-9a-zA-Z-_.{}]{4,120}''' tags = ["env"] [rules.allowlist] description = "ignore value fake" diff --git a/.ci/linters/.prettierignore b/.ci/linters/.prettierignore index 4ebcc3a..2b990ab 100644 --- a/.ci/linters/.prettierignore +++ b/.ci/linters/.prettierignore @@ -15,7 +15,13 @@ terraform.md *.tpl.md *.enc.yaml vendor +public +staticfiles out .vscode-test .cache .venv +contrib/ +site/ +.external_modules +CHANGELOG.md 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/docs/contributing.md b/docs/contributing.md index 6d633b3..a3ded35 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -20,12 +20,12 @@ Feel free to use all of the contribution options: In general, MRs are welcome. We follow the typical "fork-and-pull" [Git flow](./contribute/github-flow.md). -1. **Fork** the repo on Github -2. **Clone** the project to your own machine -3. **Commit** changes to your own branch using [Git flow](./contribute/github-flow.md) -4. **Push** your work back up to your fork +1. **Fork** the repo on Github +2. **Clone** the project to your own machine +3. **Commit** changes to your own branch using [Git flow](./contribute/github-flow.md) +4. **Push** your work back up to your fork -5. Submit a **Pull Request** so that we can review your changes +5. Submit a **Pull Request** so that we can review your changes **NOTE:** Be sure to rebase the latest changes from "upstream" before making a pull request! diff --git a/docs/include/installation/antibody.md b/docs/include/installation/antibody.md index cc27ef5..4bdcfb6 100644 --- a/docs/include/installation/antibody.md +++ b/docs/include/installation/antibody.md @@ -11,7 +11,7 @@ If you're using [Antibody](https://github.com/getantibody/antibody), install this plugin by doing the following: -1. Add : +1. Add : ```{.sourceCode .bash} antibody bundle hadenlabs/zsh-nvm