Skip to content
#

lerna

Here are 477 public repositories matching this topic...

pigcan
pigcan commented Apr 9, 2018

Ref: https://gitmoji.carloscuesta.me/

如上这个 emoji commit message 指引感觉非常好,所以大致翻译了下和大家分享

出发点源于最近在梳理和制定一套标准化且规范化开发细则,其中如何管理 commit 就是其中很重要的一个环节

借鉴了 angular 开发的规范,目前也是比较大规模使用的。

在指引文档中其中有一点涉及

Subject
The subject contains succinct description of the change:

  • use the imperative, present ten
git
sibelius
sibelius commented Jan 29, 2019
  | warningWithoutStack | @ | react.development.js?72d0:225
-- | -- | -- | --
  | warning | @ | react.development.js?72d0:629
  | createElementWithValidation | @ | react.development.js?72d0:1713
  | React$$1.createElement | @ | react-hot-loader.devopment.js?c2cb:1658
  | render | @ | UserList.tsx?6687:52
checkPropTypes.js?a8ee:19 Warning: Failed context type: Invalid 
bug
chenkie
chenkie commented Jan 24, 2017

Explicitly stating the file path for where a given code snippet should go is helpful to many docs readers. Right now most of the snippets have the file path as a comment at the top. For example:

// src/app/myFile.js

function stuff() {
...

However, some types of files do not support comments and will cause errors if a user copies the snippet and doesn't remove the commented fi

KevinGrandon
KevinGrandon commented Mar 17, 2018

Tried to use this package, but setup documentation was scarce. Ideally looking for details on how to set this up with a new yarn workspace. Things that are currently not clear:

  • Exactly which project to install this package into (root or sub-projects)
  • How and when to execute this before running flow.

Ideally maybe there can be just a single command to run that replaces yarn flow?

Improve this page

Add a description, image, and links to the lerna topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lerna topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.