From 63159a85d1c138e216334b736eebd2548c360c01 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 07:48:26 +0300 Subject: docs: rewrap long prose lines in development to fit 80-char limit --- docs/contributing/development.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'docs/contributing/development.md') diff --git a/docs/contributing/development.md b/docs/contributing/development.md index b72895cb..42a1bb97 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/development.md @@ -99,7 +99,8 @@ It is also worth reading Limits: -- We only accept bugfixes in packages other than +- We only accept bugfixes in packages other than + as no new functionality should use the old style templates (`node.def` and Perl/BASH code. Use the new style XML/Python interface instead. @@ -158,8 +159,8 @@ record them in your created Git commit: Follow the above steps on how to "Fork repository to submit a Patch". Instead of uploading "pushing" your changes to GitHub you can export the patches/ -commits and send it to or attach it directly to the bug -(preferred over email) +commits and send it to or attach it +directly to the bug (preferred over email) - Export last commit to patch file: `git format-patch` or export the last two commits into its appropriate patch files: `git format-patch -2` @@ -651,6 +652,7 @@ C++ backend library \[vyatta-cfg\](). This section is a reference of common CLI commands and the respective entry point in the C/C++ code. +% stop_vyoslinter - `set` - @@ -659,6 +661,7 @@ in the C/C++ code. - `commit` - +% start_vyoslinter ## Continuous Integration @@ -679,12 +682,18 @@ to our Debian repository which is used during build time. It is located here: [dockerhub]: https://hub.docker.com/u/vyos/ +% stop_vyoslinter [ipv4, ipv6]: https://github.com/vyos/vyos-1x/blob/current/interface-definitions/include/interface/address-ipv4-ipv6.xml.i [ipv4, ipv6 and dhcp(v6)]: https://github.com/vyos/vyos-1x/blob/current/interface-definitions/include/interface/address-ipv4-ipv6-dhcp.xml.i +% start_vyoslinter [jenkins]: https://jenkins.io/ [jinja2]: https://jinja.palletsprojects.com/ +% stop_vyoslinter [mac address]: https://github.com/vyos/vyos-1x/blob/current/interface-definitions/include/interface/mac.xml.i +% start_vyoslinter [process]: https://blog.vyos.io/vyos-development-digest-10 +% stop_vyoslinter [vlan (vif)]: https://github.com/vyos/vyos-1x/blob/current/interface-definitions/include/interface/vif.xml.i +% start_vyoslinter [vyconf]: https://github.com/vyos/vyconf/tree/master/data/schemata [vyos-1x]: https://github.com/vyos/vyos-1x/tree/current/schema -- cgit v1.2.3