-
I'm trying to introduce commitizen (along with conventional commits, commitlint and husky) in the project I'm working in, however until now we always used [git-duet](https://github.com/git-duet/git-du…
favna updated
5 years ago
-
Files with missing or incorrect headers are creeping through the review process. This gradually builds up a maintenance burden.
Let's implement a guard/check to lighten the load.
**MUST**:
- b…
-
Does any interface exist to display command specific help?
-
## 🚀 Feature Proposal
Lifecycle Management of the HospitalRun Mono Repo
## Motivation
A way to communicate between developers for things they need such as repositories created, contributors a…
-
Version: Deno 2.0.0
I am testing Deno as a pm replacement in our repo currently, since v2 seems pretty promising (also benchmarked a build). Sadly during the build it breaks with errors reporting t…
-
Maybe this issue should be opened in the `plugin-dev` repository instead. If so, kindly let me know and I will open it there instead.
After running the `sf dev generate plugin` for an external plu…
-
### Reproduction steps
- Developing an Expo app.
1. Added `@datadog/mobile-react-native` as a dependency in my package.json project
2. Tried to build the app using eas build --platform=ios (andro…
-
The simplest way is
```text
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
```
Investigate:
- [ ] https://github.com/semantic-release/semantic-releas…
-
When creating a new app (`nest new )`, nest cli offers several options that we should also accept to be fully compatible
-
## 目录
- [引子](#think)
- [规范 Commit 的好处](#benefit)
- [Commit 的格式](#format)
- [Commit 相关的工具](#tool)
- [填写提示工具 commitizen](#commitizen)
- [格式校验工具 commitlint](#commitlint)
- [生成 Changelog 工具]…