1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 12:20:05 +08:00
SpaceVim/wiki/en/Development-tips.md

38 lines
1.2 KiB
Markdown
Raw Normal View History

### Steps of sending a PR
2017-12-10 19:50:06 +08:00
1. fork this repo
2. checkout new branch from dev branch
3. push your commits
4. sending pull request
### Labels
2017-12-10 19:50:06 +08:00
<!-- SpaceVim Wiki labels info start -->
2017-12-10 19:50:06 +08:00
## 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 -->