-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore/update-contributing
- Loading branch information
Showing
148 changed files
with
6,224 additions
and
340 deletions.
There are no files selected for viewing
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
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 +1 @@ | ||
* @kimdaeyeobbb @hy57in @developerjhp @bae-sh @noahluftyang @froggy1014 @heeji289 @synuns | ||
* @kimdaeyeobbb @hy57in @developerjhp @bae-sh @noahluftyang @froggy1014 @heeji289 @synuns @yeojini @SEMIN-97 |
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,49 @@ | ||
--- | ||
name: "Bug Report" | ||
about: "Report a bug" | ||
title: "[BUG] " | ||
labels: "bug" | ||
--- | ||
|
||
## Bug Description | ||
<!-- | ||
Provide a brief and clear description of the issue that occurred. | ||
--> | ||
|
||
## Steps to Reproduce | ||
<!-- | ||
Explain step-by-step how the bug occurred. Be as detailed as possible. | ||
1. Context: Specify the screen or state where the bug occurred. | ||
2. Action: Describe the actions that triggered the bug. | ||
--> | ||
|
||
## Actual Result | ||
<!-- | ||
Describe what actually happened as a result of the bug. | ||
--> | ||
|
||
## Expected Result | ||
<!-- | ||
Describe what you expected to happen if the bug did not occur. | ||
--> | ||
|
||
## Screenshots and Logs | ||
<!-- | ||
If possible, attach screenshots or logs to help understand the issue. | ||
--> | ||
|
||
## Environment Information | ||
<!-- | ||
Provide information about the environment where the issue occurred. | ||
Fill in the following details: | ||
--> | ||
|
||
- **Browser:** | ||
- **Operating System:** | ||
- **Package Versions:** | ||
- **Others:** | ||
|
||
## Additional Notes | ||
<!-- | ||
Add any other information or context about the issue that might help resolve it. | ||
--> |
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,23 @@ | ||
--- | ||
name: "Component Design" | ||
about: "Define and design a new component" | ||
labels: "enhancement" | ||
--- | ||
|
||
## Component Function Definition | ||
<!-- Please describe the main functions and use cases of this component. --> | ||
|
||
## Design Requirements | ||
<!-- If there are any design requirements specific to the component, please specify them. --> | ||
|
||
## Component Specifications | ||
<!-- Freely write the interface provided by the component and example usage code. --> | ||
|
||
## Technical Considerations | ||
<!-- If there are any technical considerations or topics that need to be discussed for the implementation of the component, please specify them. --> | ||
|
||
## Reference Materials | ||
<!-- If there are any reference materials that can help with the implementation of the component, please attach them. --> | ||
|
||
## Additional Discussion Points | ||
<!-- If there are any additional points to be aware of, please specify them. --> |
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,22 @@ | ||
--- | ||
name: Documentation Request | ||
about: Request new documentation or improvements to existing docs | ||
title: "[DOCS] " | ||
labels: documentation | ||
--- | ||
|
||
## Documentation Need | ||
|
||
<!-- Describe what feature, component, or process needs documentation --> | ||
|
||
## Proposed Changes | ||
|
||
<!-- List the key points that should be covered --> | ||
|
||
## Target Audience | ||
|
||
<!-- e.g., End users, developers, new contributors --> | ||
|
||
## Additional Context | ||
|
||
<!-- Add screenshots, links, or references that help explain the documentation need --> |
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,22 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea or enhancement for our package | ||
title: "[FEATURE] " | ||
labels: enhancement | ||
--- | ||
|
||
## Feature Description | ||
|
||
<!-- Describe the feature you'd like. --> | ||
|
||
## Proposed Implementation | ||
|
||
<!-- Share your thoughts on how this feature could be built (if you have any technical suggestions). --> | ||
|
||
## Describe Alternatives | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you have considered. --> | ||
|
||
## Additional Context | ||
|
||
<!-- Add any other context or links about the request here. --> |
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,12 +1,12 @@ | ||
## 변경사항 | ||
<!-- 변경사항에 대해 간단히 설명해주세요. --> | ||
## Changes | ||
<!-- Please briefly describe the changes. --> | ||
|
||
## 시각자료 | ||
<!-- 참고할 수 있는 스크린샷이나 시각자료가 있으면 첨부해주세요. --> | ||
## Visuals | ||
<!-- If there are any screenshots or visual materials, please attach them. --> | ||
|
||
## 체크리스트 | ||
- [ ] 기능 명세를 작성하였나요? | ||
- [ ] 테스트 코드를 작성하였나요? | ||
## Checklist | ||
- [ ] Have you written the functional specifications? | ||
- [ ] Have you written the test code? | ||
|
||
## 추가 논의사항 | ||
<!-- 추가로 알아야 할 참고사항이 있으면 적어주세요. --> | ||
## Additional Discussion Points | ||
<!-- If there are any additional points to be aware of, please specify them. --> |
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
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
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
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
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 @@ | ||
pnpm commitlint --edit ${1} |
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 @@ | ||
pnpm lint-staged |
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,17 @@ | ||
# Get the current branch name | ||
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) | ||
BRANCH_REGEX='^(feat|fix|hotfix|chore|refactor|release|test|docs|ci|build)\/[a-z0-9-]+$' | ||
|
||
# Check if the branch name matches the defined regex | ||
if ! [[ $BRANCH_NAME =~ $BRANCH_REGEX ]]; then | ||
echo "Error: Invalid branch name format." | ||
echo | ||
echo "Please rename your branch using:" | ||
echo "git branch -m <CATEGORY>/<SUBJECT> or git branch -m <CATEGORY>/<ISSUENUMBER>-<SUBJECT>" | ||
echo | ||
echo "CATEGORY: feat, fix, hotfix, chore, refactor, release, test, docs, ci, build" | ||
echo | ||
exit 1 | ||
fi | ||
|
||
exit 0 |
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,7 @@ | ||
# git commit -m 명령어를 사용할 때는 스킵 | ||
if [ -z "${2}" ]; then | ||
exec < /dev/tty && pnpm cz --hook || { | ||
echo "\nCommit has been cancelled." | ||
exit 1 | ||
} | ||
fi |
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
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,16 @@ | ||
import { addons } from '@storybook/manager-api'; | ||
import { create } from '@storybook/theming'; | ||
|
||
addons.setConfig({ | ||
theme: create({ | ||
base: 'dark', | ||
brandTitle: 'Sipe Design System', | ||
brandImage: 'https://github.com/sipe-team/3-2_side/raw/main/public/assets/sipe_brand_logo.png', | ||
brandUrl: 'https://sipe.team/', | ||
brandTarget: '_self', | ||
textColor: '#999999', | ||
colorSecondary: '#007043', | ||
barSelectedColor: '#007043', | ||
barHoverColor: '#00CC7A', | ||
}), | ||
}); |
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
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
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
Oops, something went wrong.