readme: move contributing.md link to the top
parent
a358a6b0c6
commit
a4161feaaa
|
@ -10,6 +10,7 @@
|
|||
[Docs](https://vlang.io/docs) |
|
||||
[Changelog](https://github.com/vlang/v/blob/master/CHANGELOG.md) |
|
||||
[Speed](https://fast.vlang.io/)
|
||||
[Contributing](https://github.com/vlang/v/blob/master/CONTRIBUTING.md)
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -190,13 +191,5 @@ Hello from V.js
|
|||
https://github.com/vlang/v/wiki/Troubleshooting
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
Code structure:
|
||||
|
||||
https://github.com/vlang/v/blob/master/CONTRIBUTING.md
|
||||
|
||||
If you introduce a breaking change and rebuild V, you will no longer be able to use V to build itself. So it's a good idea to make a backup copy of a working compiler executable.
|
||||
|
||||
[Twitter handle]: https://img.shields.io/twitter/follow/v_language.svg?style=social&label=Follow
|
||||
[Twitter badge]: https://twitter.com/v_language
|
||||
|
|
Loading…
Reference in New Issue