Feature dashboard v2
To Reviewers
- [ ] Skip (
style,chore,ci, minor refactoring, etc.) - [ ] Need discussion
- [ ] Not that difficult
- [ ] Approved feature branch merge to master
Description
Things to Talk About
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| feedback | ❌ Failed (Inspect) | Aug 9, 2024 9:56am | ||
| feedback-project | ❌ Failed (Inspect) | Aug 9, 2024 9:56am |
@heeyoung1332 is attempting to deploy a commit to the cloudforet Team on Vercel.
A member of the Team first needs to authorize it.
⚠️ @heeyoung1332 the signed-off-by was not found in the following 3 commits:
- https://github.com/cloudforet-io/console/commit/1b4f093f8b1db66714e95877a21dbcbfcab25c88: Merge branch 'cloudforet-io:master' into master
- https://github.com/cloudforet-io/console/commit/9c6932048b7ce6f411fd92b389d2d8151518ad4e: Merge branch 'cloudforet-io:master' into master
- https://github.com/cloudforet-io/console/commit/c0129a3161e96988f941b4013af9caaec3db235c: Merge branch 'cloudforet-io:feature-dashboard-v2' into feature-dashboard-v2
✅ Why it is required
The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO.
Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.
This is my commit message
Signed-off-by: Random Developer <[email protected]>
Git even has a -s command line option to append this automatically to your commit message:
$ git commit -s -m 'This is my commit message'