1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 18:40:03 +08:00
SpaceVim/wiki/en/Development-tips.md
Wang Shidong 38d2653f66
Wiki: Add labels info (#1541)
* Add labels info

* Add script for update labels info
2018-03-24 05:01:54 -05:00

38 lines
1.2 KiB
Markdown

### Steps of sending a PR
1. fork this repo
2. checkout new branch from dev branch
3. push your commits
4. sending pull request
### Labels
<!-- SpaceVim Wiki labels info start -->
## Labels
| Name | color | description |
| ------------------ | ------- | ----------- |
| BUG | #ee0701 | |
| Discussion | #1be209 | |
| Doc Tuning | #d88d38 | |
| Duplicate | #bfdadc | |
| Feature Requesting | #0052cc | |
| Fixed | #ededed | |
| Mac | #a8b8ed | |
| PR welcome | #674eb2 | |
| RDY | #e99695 | |
| RFC | #006b75 | |
| TODO | #b60205 | |
| WIP | #5319e7 | |
| Website | #282828 | |
| Win | #036d5f | |
| bug-upstream | #7d2dc4 | |
| enhancement | #84b6eb | |
| lang:go | #8cf2c2 | |
| need help | #78db00 | |
| no-reproduce | #8851b5 | |
| unplanned | #eaf24d | |
<!-- SpaceVim Wiki labels info end -->