Skip to content

Commit

Permalink
chore: プルリクテンプレートの追加と.vscodeの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
taga3s committed Aug 7, 2023
1 parent d5e265b commit 5146796
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 概要

このセクションでは、この PR の目的と概要を簡潔に説明してください。

## 変更点

このセクションでは、具体的な変更点や修正箇所を箇条書きでリストアップしてください。

- 変更点 1
- 変更点 2
- 変更点 3

## 関連 Issue

このセクションでは、この PR が関連する Issue やタスクをリンクしてください。以下のように記述します。

- 関連 Issue: #123
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions .vscode/extentions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode"]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
"editor.formatOnSave": true
}

0 comments on commit 5146796

Please sign in to comment.