diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-30 23:33:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-30 23:33:34 +0200 |
commit | 7beaf8fc7ff86213737202b9cd74e6a0f538297b (patch) | |
tree | ffe793b8054a7795414f655043432e6695d9851b /CONTRIBUTING.md | |
parent | 55c93007111883308bb49a203d3e8f98f7117092 (diff) | |
download | vyos-1x-7beaf8fc7ff86213737202b9cd74e6a0f538297b.tar.gz vyos-1x-7beaf8fc7ff86213737202b9cd74e6a0f538297b.zip |
Add CONTRIBUTING.md
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 000000000..d8177a5f5 --- /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 |