[chore](templates): add GitHub issue and pull request templates

- Added pull request template to standardize PR descriptions and improve review process.
- Introduced bug report and feature request templates for structured issue reporting.
- Configured a default issue template with contact links and disabled blank issues.
This commit is contained in:
dalbodeule
2025-11-27 15:37:25 +09:00
parent 5ea992a0df
commit f110c33d4d
4 changed files with 184 additions and 0 deletions

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

@@ -0,0 +1,6 @@
name: "Issue Templates"
blank_issues_enabled: false
contact_links:
- name: "Questions / Q&A / 질문"
url: "https://github.com/dalbodeule/hop-gate/discussions"
about: "For simple questions or discussions, please use GitHub Discussions. / 단순 질문이나 토론은 GitHub Discussions를 사용해주세요."