Skip to content

Commit 150f19e

Browse files
authored
Fix some comments about creating labels (frequenz-floss#53)
2 parents 4d162ed + 30551ea commit 150f19e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ body:
5151
- Unit, integration and performance tests (part:tests)
5252
- Build script, CI, dependencies, etc. (part:tooling)
5353
# TODO(cookiecutter): Add other parts
54-
# Please have in mind that that the part:xxx should be created as
55-
# a issue label in the GitHub repository"
54+
# Please have in mind that that the part:xxx labels need to
55+
# be created in the GitHub repository.
5656
validations:
5757
required: true
5858
- type: textarea

cookiecutter/{{cookiecutter.github_repo_name}}/.github/keylabeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ labelMappings:
1717
"part:tooling": "part:tooling"
1818
"part:❓": "part:❓"
1919
# TODO(cookiecutter): Add other parts
20-
# Please have in mind that that the part:xxx should be created as a issue
21-
# label in the GitHub repository"
20+
# Please have in mind that that the part:xxx labels need to
21+
# be created in the GitHub repository.

cookiecutter/{{cookiecutter.github_repo_name}}/.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# "part:other":
1616
# - "src/frequenz/{{cookiecutter.type}}/{{cookiecutter.name}}/other/**"
1717
#
18-
# Please have in mind that that the part:xxx should be created as a issue label
19-
# in the GitHub repository"
18+
# Please have in mind that that the part:xxx labels need to
19+
# be created in the GitHub repository.
2020

2121
"part:docs":
2222
- "**/*.md"

0 commit comments

Comments
 (0)