From 96d5b912b5fc4d86673edcb81e99bc0f81908dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=95=9C=EC=9A=B8?= Date: Fri, 2 Dec 2022 23:06:24 +0900 Subject: [PATCH] Initial commit --- .github/CODEOWNERS | 0 .github/ISSUE_TEMPLATE/bug.yml | 30 +++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature.yml | 22 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/question.yml | 10 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ LICENSE | 21 ++++++++++++++++++++ 7 files changed, 97 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature.yml create mode 100644 .github/ISSUE_TEMPLATE/question.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 LICENSE diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e69de29 diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..3f65103 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,30 @@ +name: "🐞 Bug" +description: "버그가 λ°œμƒν–ˆλ‚˜μš”?" +labels: "🐞 Bug" +body: + - type: textarea + attributes: + label: 🐞 Describe + description: 버그에 λŒ€ν•œ μ„€λͺ…을 μž‘μ„±ν•΄ μ£Όμ„Έμš”. + placeholder: κΌΌκΌΌν•˜κ²Œ μ μ„μˆ˜λ‘ μ’‹μŠ΅λ‹ˆλ‹€! + validations: + required: true + - type: textarea + attributes: + label: πŸ“„ Logs + description: 둜그 있으면 볡뢙해 μ£Όμ„Έμš”. + render: shell + validations: + required: false + - type: textarea + attributes: + label: 🌏 Environment + description: 버그가 λ°œμƒν•œ ν™˜κ²½μ— λŒ€ν•΄ μž‘μ„±ν•΄ μ£Όμ„Έμš”. + placeholder: | + OS: macOS 12.2.1 + validations: + required: true + - type: textarea + attributes: + label: πŸ™‹πŸ» More + description: 더 ν•˜κ³  싢은 말이 μžˆλ‹€λ©΄ μž‘μ„±ν•΄ μ£Όμ„Έμš”. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a49eab2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..6001865 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,22 @@ +name: "✨ Feature" +description: "μƒˆλ‘œμš΄ κΈ°λŠ₯에 λŒ€ν•œ issueλ₯Ό μž‘μ„±ν•˜μ„Έμš”!" +labels: "✨ Feature" +body: + - type: textarea + attributes: + label: ✨ Describe + description: μƒˆλ‘œμš΄ κΈ°λŠ₯에 λŒ€ν•œ μ„€λͺ…을 μž‘μ„±ν•΄ μ£Όμ„Έμš”. + placeholder: κΌΌκΌΌν•˜κ²Œ μ μ„μˆ˜λ‘ μ’‹μŠ΅λ‹ˆλ‹€! + validations: + required: true + - type: textarea + attributes: + label: βœ… Tasks + description: ν•΄μ•Ό ν•˜λŠ” 일에 λŒ€ν•œ Tasksλ₯Ό μž‘μ„±ν•΄ μ£Όμ„Έμš”. + placeholder: β—»οΈŽ User Entity μž‘μ„± + validations: + required: true + - type: textarea + attributes: + label: πŸ™‹πŸ» More + description: 더 ν•˜κ³  싢은 말이 μžˆλ‹€λ©΄ μž‘μ„±ν•΄ μ£Όμ„Έμš”. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..4f89c07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,10 @@ +name: "πŸ™‹πŸ» Question" +description: "질문이 μžˆλ‚˜μš”?" +labels: "πŸ™‹πŸ» Question" +body: + - type: textarea + attributes: + label: ❓ Question + description: μ§ˆλ¬Έμ„ μž…λ ₯ν•΄ μ£Όμ„Έμš”. + validations: + required: true \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9c04c98 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## πŸ“„ Summary +> + + +
+ +## πŸ”¨ Tasks +- + + +
+ +## πŸ™‹πŸ» More diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..45ed23b --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 밀돌이둜 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.