diff --git a/.github/labels.yml b/.github/labels.yml index 60a15cd..ca7f64d 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -4,7 +4,7 @@ description: "A breaking change for existing users." - name: "bug" color: fc2929 - description: "Inconsistencies or issues which will cause a problem for users or implementors." + description: "Inconsistencies or issues which will cause a problem for users." - name: "bugfix" color: ededed description: "Fixing a bug." diff --git a/.yamllint b/.yamllint index a9282e2..effe6aa 100644 --- a/.yamllint +++ b/.yamllint @@ -1,6 +1,7 @@ --- ignore: | .venv/lib + .copier-answers.yml rules: braces: level: error diff --git a/template/.github/labels.yml b/template/.github/labels.yml index 60a15cd..ca7f64d 100644 --- a/template/.github/labels.yml +++ b/template/.github/labels.yml @@ -4,7 +4,7 @@ description: "A breaking change for existing users." - name: "bug" color: fc2929 - description: "Inconsistencies or issues which will cause a problem for users or implementors." + description: "Inconsistencies or issues which will cause a problem for users." - name: "bugfix" color: ededed description: "Fixing a bug." diff --git a/template/.yamllint b/template/.yamllint index a9282e2..effe6aa 100644 --- a/template/.yamllint +++ b/template/.yamllint @@ -1,6 +1,7 @@ --- ignore: | .venv/lib + .copier-answers.yml rules: braces: level: error