Skip to content

Commit

Permalink
Added missing package and improve user/dev experience (#486)
Browse files Browse the repository at this point in the history
* fix: 📦 add date-fns

Added missing date-fns to dependency list

* style(git): 🧑‍💻 start using Conventional Commits

Started using a commit convention called Conventional Commits (conventionalcommits.org)

* chore(github): 🚸 Remove issue templates

Removed issue templates since they confuses people and makes less people go through and make an issue
  • Loading branch information
VermiumSifell committed Nov 4, 2022
1 parent 718fcb0 commit aa79a9d
Show file tree
Hide file tree
Showing 3 changed files with 10,600 additions and 4,130 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"donjayamanne.githistory",
"github.github-vscode-theme",
"eamodio.gitlens",
"vtrois.gitmoji-vscode",
"xabikos.javascriptsnippets",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
Expand All @@ -26,7 +25,8 @@
"wayou.vscode-todo-highlight",
"gruntfuggly.todo-tree",
"pflannery.vscode-versionlens",
"vscode-icons-team.vscode-icons"
"vscode-icons-team.vscode-icons",
"vivaxy.vscode-conventional-commits"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down
Loading

0 comments on commit aa79a9d

Please sign in to comment.