Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/more commit types and tests #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

crutch12
Copy link
Member

New commitTypes:

"build", // @NOTE: build settings
"refactor", // @NOTE: refactor issues
"docs", // @NOTE: docs
"perf", // @NOTE: performance improvements
"style", // @NOTE: code style fixes
"deps", // @NOTE: dependencies changings
"test", // @NOTE: tests

New tests:

good-message: "refactor(sfc/style-vars): divide main function"

bad-type: "ci(: hello, world"

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@crutch12 crutch12 requested a review from gleam-ru March 17, 2021 08:27
@gleam-ru
Copy link
Contributor

Я не уверен, что нужно так много типов тащить в базу.
По тестам - да, ок, можно расширить.
По типам коммитов - зачем оно тут, если пользователи могут настроить их сами, под проект?
@simplesmiler как считаешь?

@crutch12
Copy link
Member Author

Я не уверен, что нужно так много типов тащить в базу.
По тестам - да, ок, можно расширить.
По типам коммитов - зачем оно тут, если пользователи могут настроить их сами, под проект?
@simplesmiler как считаешь?

Я думаю если юзеру сразу не дать возможность, то он

  1. не будет знать, что так можно
  2. забьёт и будет всё помечать как feat/chore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants