Skip to content

Commit b8bcd0c

Browse files
committed
docs: add docs_suggestion issue_template
1 parent a95c520 commit b8bcd0c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 📖 Documentation Suggestion
2+
description: Docs에 개선하고 싶은 문제나, 궁금하신 사항이 있나요?
3+
title: '[📖] 제안하고 싶은 내용이나 문제에 대해 간략한 제목을 작성해주세요'
4+
labels: ['docs']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Docs 개선에 관심을 갖고 방문해주셔서 감사합니다!
10+
저희 docs에는 모든 페이지에 `Edit this page`라는 버튼이 있습니다. 직접 수정하실 수 있는 내용 같아보인다면, PR을 대신 활용해주세요!
11+
![Screenshot](https://github.com/minsoo-web/ETC/assets/57122180/e713855b-e86b-4006-9b2c-532422deacb8)
12+
13+
- type: textarea
14+
id: description
15+
attributes:
16+
description: 제안하고 싶은 내용을 자세하고 명확하게 작성해주세요!
17+
label: 제안사항
18+
validations:
19+
required: true

0 commit comments

Comments
 (0)