Skip to content

Commit ccb54db

Browse files
[Release] 2024-12-22
[Release] 2024-12-22
2 parents e23ae8a + 2acc8cc commit ccb54db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+362
-125
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Article Issue 생성 템플릿
3+
about: 블로그 글 발행과 관련된 이슈를 생성할 때 사용해주세요.
4+
title: "[Article]"
5+
labels: Article
6+
assignees: Hong-JunHyeok
7+
8+
---
9+
10+
### 이슈 설명
11+
> 어떤 주제와 관련된 글인지 간단히 작성해주세요.
12+
13+
### 일감 사이즈
14+
>티셔츠 방법론에 의한 사이즈를 측정해주세요 잘게 쪼갤수록 좋습니다.
15+
16+
`Size`
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature Issue 생성 템플릿
3+
about: 기능 개발과 관련된 이슈를 생성할 때 사용해주세요.
4+
title: "[Feature] "
5+
labels: Feature
6+
assignees: Hong-JunHyeok
7+
8+
---
9+
10+
## 기능 설명
11+
> 이 기능으로부터 어떤 변경이 이루어질지 작성해주세요.
12+
13+
## 일감 사이즈
14+
> 티셔츠 방법론에 의한 사이즈를 측정해주세요 잘게 쪼갤수록 좋습니다.
15+
16+
`Size`
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Fix Issue 생성 템플릿
3+
about: 오류와 관련된 이슈를 생성할 때 사용해주세요.
4+
title: "[Fix]"
5+
labels: Fix
6+
assignees: Hong-JunHyeok
7+
8+
---
9+
10+
### 이슈 설명
11+
>왜 해당 이슈가 발생했는지 작성해주세요.
12+
13+
### 일감 사이즈
14+
>티셔츠 방법론에 의한 사이즈를 측정해주세요 잘게 쪼갤수록 좋습니다.
15+
16+
`Size`
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Techdept Issue 생성 템플릿
3+
about: 비기능 개발 (성능 개선, 프로젝트 세팅 등)과 관련된 이슈를 생성할 때 사용해주세요.
4+
title: "[Techdept]"
5+
labels: Techdept
6+
assignees: Hong-JunHyeok
7+
8+
---
9+
10+
### 이슈 설명
11+
> 이 기능이 왜 필요한지, 어떤 영향을 주는지 간단히 작성해주세요.
12+
13+
### 일감 사이즈
14+
> 티셔츠 방법론에 의한 사이즈를 측정해주세요 잘게 쪼갤수록 좋습니다.
15+
16+
`Size`

.github/labeler.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Feature:
2+
- head-branch: ["^feature", "feature"]
3+
4+
Fix:
5+
- head-branch: ["^fix", "fix"]
6+
7+
Techdept:
8+
- head-branch: ["^techdept", "techdept"]
9+
10+
Article:
11+
- head-branch: ["^article", "article"]
12+
13+
Release:
14+
- head-branch: ["^develop", "develop"]

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 개요
2+
3+
> 변경 사항 및 관련 이슈에 대해 간단하게 작성해주세요.
4+
5+
resolve #
6+
7+
## PR Checklist
8+
9+
PR이 다음 요구 사항을 충족하는지 확인하세요.
10+
11+
- [ ] 하위 호환성을 확인해주세요.
12+
- [ ] 기능에 대한 테스트가 완료되었는지 확인해주세요.

.github/workflows/label.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "Pull Request Labeler"
2+
on:
3+
- pull_request_target
4+
5+
jobs:
6+
labeler:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/labeler@v5

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"css.customData": [".vscode/tailwind.json"]
3+
}

.vscode/tailwind.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"version": 1.1,
3+
"atDirectives": [
4+
{
5+
"name": "@tailwind",
6+
"description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.",
7+
"references": [
8+
{
9+
"name": "Tailwind Documentation",
10+
"url": "https://tailwindcss.com/docs/functions-and-directives#tailwind"
11+
}
12+
]
13+
},
14+
{
15+
"name": "@apply",
16+
"description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.",
17+
"references": [
18+
{
19+
"name": "Tailwind Documentation",
20+
"url": "https://tailwindcss.com/docs/functions-and-directives#apply"
21+
}
22+
]
23+
},
24+
{
25+
"name": "@responsive",
26+
"description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n",
27+
"references": [
28+
{
29+
"name": "Tailwind Documentation",
30+
"url": "https://tailwindcss.com/docs/functions-and-directives#responsive"
31+
}
32+
]
33+
},
34+
{
35+
"name": "@screen",
36+
"description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n",
37+
"references": [
38+
{
39+
"name": "Tailwind Documentation",
40+
"url": "https://tailwindcss.com/docs/functions-and-directives#screen"
41+
}
42+
]
43+
},
44+
{
45+
"name": "@variants",
46+
"description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n",
47+
"references": [
48+
{
49+
"name": "Tailwind Documentation",
50+
"url": "https://tailwindcss.com/docs/functions-and-directives#variants"
51+
}
52+
]
53+
}
54+
]
55+
}

next.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
async redirects() {
3+
return [
4+
{
5+
source: "/",
6+
destination: "/home",
7+
permanent: true,
8+
},
9+
];
10+
},
11+
};

0 commit comments

Comments
 (0)