github confs

This commit is contained in:
원더 2020-09-03 19:30:32 +09:00
parent d61cc75589
commit 4765210c41
4 changed files with 83 additions and 0 deletions

12
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,12 @@
# These are supported funding model platforms
github: ['wonderlandpark']
patreon: wonderlandpark
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

38
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@ -0,0 +1,38 @@
---
name: 🐛 버그 제보
about: 버그를 제보해주세요!
title: "[버그] "
labels: 'bug'
assignees: ''
---
## 재현방법
> 어떻게하면 발생시킬 수 있나요?
## 예상되는 정상적인 동작
> 정상이라면 어떻게 되야하나요?
## 발생한 문제
> 어떤 문제가 발생하나요?
## 클라이언트 버전
> 클라이언트 버전을 알려주세요!
<!--
클라이언트 버전을 가져오실 줄 모르신다면 아래 링크를 참고해주세요
https://github.com/koreanbots/docs/blob/master/version.md
-->
## 사양
> OS 정보와 브라우저의 버전을 알려주세요!
## 확인
- [ ] 중복되는 이슈는 없나요?
- [ ] 해당 버그를 다시 발생시킬 수 있나요?
<!--
마크다운 체크박스 문법입니다.
[x] - 체크
[ ] - 체크하지 않음
으로 작성해주세요.
>

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: KOREANBOTS 공식 디스코드
url: https://discord.gg/JEh53MQ
about: 질문이나 문의는 이슈에서 하지 마시고 디스코드를 이용해주세요.

28
.github/ISSUE_TEMPLATE/request.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: 📝 제안
about: 기능/UI 등을 제안해주세요
title: "[제안] "
labels: 'enhancement'
assignees: ''
---
## 기능 설명
> 어떤 기능인가요?
## 필요한 이유
> 해당 기능을 왜 추가해야하나요?
## 기대 효과
> 해당 기능을 추가하면 어떤 이점이 발생하나요?
## 확인
- [ ] 중복되는 제안사항은 없나요?
- [ ] 현실성 있는 제안인가요?
<!--
마크다운 체크박스 문법입니다.
[x] - 체크
[ ] - 체크하지 않음
으로 작성해주세요.
>