generated from semicolondsm/Semicolon_Repository_Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e1d10c0
Showing
5 changed files
with
110 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: "Bug" | ||
description: "버그가 생겼어요 😠" | ||
labels: 버그 | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe | ||
description: | | ||
버그에 관한 설명을 간단하게 작성해주세요. | ||
placeholder: | | ||
매우 심각한 버그에요! | ||
- type: textarea | ||
attributes: | ||
label: How | ||
description: | | ||
어떤상황에서 생기는 버그인지 간단하게 설명해주세요. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
render: shell | ||
description: | | ||
버그가 발생한 환경에 대해 설명해주세요! | ||
placeholder: | | ||
System: | ||
OS: macOS 11.4 | ||
- type: textarea | ||
attributes: | ||
label: Additional | ||
description: | | ||
추가로 할말이 있으신가요? |
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,26 @@ | ||
name: "Todo" | ||
description: "할일이 있으신가요? 📗" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe | ||
description: | | ||
[개요] 할일에 관한 설명을 간단하게 작성해주세요. | ||
placeholder: | | ||
DropDownMenu 제작 | ||
- type: textarea | ||
attributes: | ||
label: Work | ||
description: | | ||
[작업내용] 무슨 작업을 하셨나요? | ||
placeholder: | | ||
[ ] 저거 거시기 했어요 | ||
[ ] 저거 거시기 거시기를 했습니다. | ||
[ ] 저거 거시기를 끝냈을걸요? | ||
- type: textarea | ||
attributes: | ||
label: Additional | ||
description: | | ||
[추가사항] 추가로 할말이 있으신가요? |
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,24 @@ | ||
name: Init | ||
|
||
on: | ||
push: | ||
branches: [ main ] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
if: ${{ contains(github.event.head_commit.message, 'Initial commit') }} | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Get Labelsync from generator repository | ||
run: wget https://static.smoothbear.me/labelsync | ||
|
||
- name: Allow permissions for execute | ||
run: chmod 755 labelsync | ||
|
||
- name: Initialize issue labels | ||
run: ./labelsync | ||
env: | ||
GITHUB_REPOSITORY: ${{ github.event.repository.name }} |
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 SEMICOLON; | ||
|
||
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. |
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 @@ | ||
|