From 0db49b3328749847610e2973e174046f65828217 Mon Sep 17 00:00:00 2001 From: changhwan Date: Wed, 12 Jul 2023 16:00:02 +0900 Subject: [PATCH 1/6] =?UTF-8?q?[feat]=202=EB=8B=A8=EA=B3=84=20=ED=8C=80?= =?UTF-8?q?=EC=9B=90=EC=86=8C=EA=B0=9C=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=97=AD=ED=95=A0=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2chang5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2chang5.md b/2chang5.md index 7a41d9a..462c391 100644 --- a/2chang5.md +++ b/2chang5.md @@ -1 +1,5 @@ 저는 멧돼지입니다 + +저는 지금 오레오를 먹어서 살쪘습니다. +이거 좋긴한데 왜 레포를 같이써서 눈물나는 환경을 만드는지 모르겠습니다. +흑흑흑 From 1a25ec70c2e10abab70cdb8555d08b3c5bd3bbf6 Mon Sep 17 00:00:00 2001 From: otter Date: Wed, 12 Jul 2023 16:43:18 +0900 Subject: [PATCH 2/6] =?UTF-8?q?[feat]=20=EC=88=98=EB=8B=AC=20=EC=9E=90?= =?UTF-8?q?=EA=B8=B0=EC=86=8C=EA=B0=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otter66.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/otter66.md b/otter66.md index e69de29..312830a 100644 --- a/otter66.md +++ b/otter66.md @@ -0,0 +1,6 @@ +## 수달 + +안녕하세요. 수달입니다. +안드로이드와 디자인을 하고 있습니다. +모두들 잘 부탁드리겠습니다. +라일라는 죽지 않았습니다. From 5bd7d9f80ca525d7657e582fe97937ec910550ac Mon Sep 17 00:00:00 2001 From: pingu244 Date: Wed, 12 Jul 2023 16:13:35 +0900 Subject: [PATCH 3/6] =?UTF-8?q?[feat]=20=ED=95=91=EA=B5=AC=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pingu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pingu.md b/pingu.md index 15c5da6..e5a0b86 100644 --- a/pingu.md +++ b/pingu.md @@ -1,2 +1,3 @@ # 핑구 -안드로이드 핑구입니다. \ No newline at end of file +안드로이드 핑구입니다. +배고파요 \ No newline at end of file From f0c10fa2b18c023539a262cdaba7dda6358308ce Mon Sep 17 00:00:00 2001 From: otter Date: Wed, 12 Jul 2023 16:45:18 +0900 Subject: [PATCH 4/6] =?UTF-8?q?[feat]=20=ED=95=91=EA=B5=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pingu.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pingu.md b/pingu.md index 15c5da6..33c0881 100644 --- a/pingu.md +++ b/pingu.md @@ -1,2 +1,5 @@ # 핑구 -안드로이드 핑구입니다. \ No newline at end of file + +안드로이드 핑구입니다. + +njbnjnjkjjknkj From 545ffd146a06c529cfcfbcc03542698fb3005a97 Mon Sep 17 00:00:00 2001 From: Herb Date: Mon, 7 Aug 2023 12:54:18 +0900 Subject: [PATCH 5/6] [feat] issue --- .github/ISSUE_TEMPLATE/bug.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..385a0f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,28 @@ +name: 🐞 버그 리포트 +description: 버그 리포트 +title: "[버그 리포트]: " +body: + - type: input + id: bug + attributes: + label: 버그 사항 + description: 버그에 대한 내용을 자세하게 적어주세요. 😊 + placeholder: ex) 이것이 이것이 안됩니다. + validations: + required: true + - type: input + id: simulation + attributes: + label: 버그 시뮬레이션 + description: 버그를 발견하게 된 상황을 단계별로 적어주세요. + placeholder: ex) 이것을 누르고 저것을 누르니 버그 발생 + validations: + required: true + - type: input + id: want + attributes: + label: 원하던 상황 + description: 원하던 상황을 적어주세요. + placeholder: ex) 이것을 누르고 저것을 누르니 화면 등장 + validations: + required: true From c659ffe8145d8184111b31cc464040d80c69e1e0 Mon Sep 17 00:00:00 2001 From: Herb Date: Mon, 7 Aug 2023 12:58:25 +0900 Subject: [PATCH 6/6] Rename bug.md to bug.yml --- .github/ISSUE_TEMPLATE/{bug.md => bug.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug.md => bug.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug.md rename to .github/ISSUE_TEMPLATE/bug.yml