diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-03 15:10:32 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-03 15:15:03 +0200 |
commit | f0f368e80d57f9a848f3690e7c793db9dae6da33 (patch) | |
tree | f9435dadab3b2105ba173feecf984bb1d80ff93d /CONTRIBUTING.md | |
parent | 2e0d072fdd9b54526ad12c8b62b223ca15ac30de (diff) | |
download | vyos-build-f0f368e80d57f9a848f3690e7c793db9dae6da33.tar.gz vyos-build-f0f368e80d57f9a848f3690e7c793db9dae6da33.zip |
build-packages: remove obsolete script and link to VyOS documentation
The referenced scripts/build-packages script was a proof of concept from me
some time ago to build VyOS packages through a more or less tiny wrapper. The
script was not maintained at any time and randomly caused more harm then good.
The script has been abandoned and the documentation has been updated on how to
build individual VyOS packages.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d8177a5f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing to VyOS + +You wan't to help us improve VyOS? This is awesome. We accept any kind of Pull +Requests on GitHub. To make the life of the maintainers and you as future +contributor (or maybe maintainer) much easier we have come up with some basic +rules. Instead of copy/pasting or maintaining two instances of how to contribute +to VyOS you can find the entire process documented in our online documentation: +https://docs.vyos.io/en/latest/contributing/development.html + +Also this guide might not be complete so any PR is much appreciated. + +It might also worth browsing our blog: https://blog.vyos.io |