Lines Matching full:https
5 Please read the guidelines in [Contributing to FreeBSD](https://docs.freebsd.org/en/articles/contri…
8 [developer's handbook](https://docs.freebsd.org/en/books/developers-handbook/)
12 - A GitHub [pull request](https://github.com/freebsd/freebsd-src/pulls)
13 - A code review in [Phabricator](https://reviews.freebsd.org/differential)
14 - An attachment on a [Bugzilla ticket](https://bugs.freebsd.org)
15 - Direct access to the [Git repository](https://cgit.freebsd.org/src/)
41 …mit messages for each change should follow the [commit log message guide](https://docs.freebsd.org…
45 … full name and email address certifying [Developer Certificate of Origin](https://developercertifi…
107 For C programs, see [style(9)](https://man.freebsd.org/cgi/man.cgi?query=style&sektion=9)
108 for details. You can use [Clang format](https://clang.llvm.org/docs/ClangFormat.html)
110 [git clang-format](https://github.com/llvm-mirror/clang/blob/master/tools/clang-format/git-clang-fo…
115 For [Lua](https://www.lua.org), see
116 [style.lua(9)](https://man.freebsd.org/cgi/man.cgi?query=style.lua&sektion=9)
120 [style.Makefile(5)](https://man.freebsd.org/cgi/man.cgi?query=style.Makefile&sektion=5)
122 [make(1)](https://man.freebsd.org/cgi/man.cgi?query=make&sektion=1) is another useful
126 [style.mdoc(5)](https://man.freebsd.org/cgi/man.cgi?query=style.mdoc&sektion=5)
133 not present in FreeBSD's [shell](https://man.freebsd.org/cgi/man.cgi?query=sh&sektion=1).