✏️ Style: fix typo discription should be: description (#60)

This commit is contained in:
Cell
2022-02-04 00:58:46 +08:00
parent 12fbab8a29
commit a47c006849
9 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ Finally, create a new pull request at https://github.com/Lruihao/FixIt/pulls to
### Branches
| Branch | Discription |
| Branch | Description |
| :-- | :-- |
| master | _The branch open to the public and release versions_ |
| RC branch | _The development branch of the next version, e.g. v0.2.12-RC_ |
@@ -60,7 +60,7 @@ Finally, create a new pull request at https://github.com/Lruihao/FixIt/pulls to
#### Message
| Emoji | Type | Example | Discription (No Ambiguous) |
| Emoji | Type | Example | Description (No Ambiguous) |
| :-------------------------------------------- | :------- | :----------------------------------------------------------- | :----------------------------------------------------------- |
| :tada: <br>:sparkles: | Feat | Feat: add {feature} | new feature |
| :truck: | | Feat: adjust/migrate {feature name}{change details} | For the adjustment feature, it is necessary to describe the current situation (before) and after adjustment (after) |