-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from neko113/main
.github 폴더 template 변경
- Loading branch information
Showing
6 changed files
with
77 additions
and
32 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@neko113 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Bug report | ||
description: File a bug report | ||
title: '❗️ [Bug]: ' | ||
labels: ['bug'] | ||
assignees: | ||
- neko113 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! 🙏 | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: 어떤 일이 발생했나요? 🤔 | ||
description: 또한, 어떤 결과를 기대했었는지 알려주세요. | ||
placeholder: 예상치 못한 버그가 발생했습니다... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-caused | ||
attributes: | ||
label: 왜 발생했을까요? | ||
description: 무슨 생각이 드는지 알려주세요. | ||
placeholder: 제 생각에는... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: 관련 로그 출력 | ||
description: 관련 로그 출력을 복사하여 붙여넣어주세요. 자동으로 코드 형식으로 서식이 지정됩니다. | ||
render: shell | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: 동의 👍 | ||
description: | ||
options: | ||
- label: 다른 이슈가 있는지 확인했습니다. ✅ | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Feature request | ||
description: Request new feature | ||
title: '✨ [Feature Request]: ' | ||
labels: ['feature'] | ||
assignees: | ||
- neko113 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for suggesting new feature! 🙏 | ||
- type: textarea | ||
id: new-feature | ||
attributes: | ||
label: 어떤 기능을 제안하시나요? 🤔 | ||
description: 이 새로운 기능으로 어떤 효과를 기대하시나요? 🚀 | ||
placeholder: 이 기능이 있으면 좋겠다면, 이유를 적어주세요... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: how | ||
attributes: | ||
label: 이 기능은 어떻게 구현할 수 있을까요? 🛠️ | ||
description: 필요한 기술 스택이나 구현 방법 등을 알려주세요. 💻 | ||
placeholder: Golang로 이러한 방법으로 구현할 수 있습니다... | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: 동의 👍 | ||
description: | ||
options: | ||
- label: 다른 이슈가 있는지 확인했습니다. ✅ | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# [ PULL REQUEST ] | ||
|
||
## 관련 이슈 | ||
|
||
## PR Point | ||
|