Skip to content

Commit

Permalink
* head: <type>(<scope>): <subject>
Browse files Browse the repository at this point in the history
* - type: feat, fix, docs, style, refactor, test, chore
* - scope: can be empty (eg. if the change is a global or difficult to assign to a single component)
* - subject: start with verb (such as 'change'), 50-character line
test git commit
* body: 72-character wrapped. This should answer:
* * Why was this change necessary?
git commit问题
* * How does it address the problem?
* * Are there any side effects?

* footer:
* - Include a link to the ticket, if any.
* - BREAKING CHANGE
microsoft/vscode#39048
  • Loading branch information
yanyue404 committed Apr 17, 2018
1 parent cfd71aa commit 5d0885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/test.html
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<script>

123
</script>
</body>
</html>

0 comments on commit 5d0885e

Please sign in to comment.