Skip to content

Fix issue form labels to match repository labels - #42

Merged
ianychoi merged 1 commit into
infra-cloud-kr:mainfrom
suhyenim:fix/issue-template-labels
Aug 10, 2026
Merged

Fix issue form labels to match repository labels#42
ianychoi merged 1 commit into
infra-cloud-kr:mainfrom
suhyenim:fix/issue-template-labels

Conversation

@suhyenim

@suhyenim suhyenim commented Aug 9, 2026

Copy link
Copy Markdown
Member

Description

이슈 템플릿이 선언하고 있는 kind/documentation, kind/enhancement 라벨이 저장소에 존재하지 않아, 템플릿으로 생성한 이슈에 라벨이 붙지 않고 있습니다. 저장소에 실제로 있는 라벨을 가리키도록 수정했습니다.

파일 변경 전 변경 후
documentation-issue.yaml kind/documentation documentation
new-content.yaml kind/enhancement enhancement

#29에서 두 가지 해결 방법을 제시했는데, 그중 PR로 처리 가능한 쪽으로 작업했습니다. kind/ 라벨을 새로 만드는 방향을 선호하신다면 이 PR은 닫고 라벨 생성으로 진행해 주셔도 됩니다.

Type of change

  • 📝 Documentation content (new or edited pages)
  • 🌐 Translation / i18n (localization)
  • 🐛 Fix (typo, broken link, build error, wrong information)
  • 🔧 Tooling / CI / repository structure
  • Other:

Related issue

Fixes #29

Checklist

  • I read the Contributing Guide.
  • The documentation builds locally: tox -e docs
  • The rST sources pass lint: tox -e pep8
  • New pages are registered in the parent index.rst toctree.
  • rST conventions are followed (one sentence per line, line length < 79,
    heading levels, 한글(English) on first use of a term).

Additional notes

이 변경은 .github/ISSUE_TEMPLATE의 YAML 2줄 수정이라 문서 빌드·린트에 영향이 없지만, 확인 차 로컬에서 tox -e docstox -e pep8을 실행해 둘 다 통과했습니다. 새로 추가한 페이지가 없어 toctree 등록과 rST 규칙 항목은 해당하지 않아 비워 두었습니다.

The issue forms declared `kind/documentation` and `kind/enhancement`,
neither of which exists in this repository. GitHub silently ignores
labels that do not exist, so issues created from either form were
left unlabeled.

Point both forms at labels the repository actually has: `documentation`
for the documentation issue form and `enhancement` for the new content
form.
@suhyenim suhyenim self-assigned this Aug 9, 2026
@ianychoi

Copy link
Copy Markdown
Contributor

Looks good thank you

@ianychoi
ianychoi merged commit 9fe5d9a into infra-cloud-kr:main Aug 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix issue template labels that do not exist in the repository

2 participants