diff options
author | Christoffer <netravnen@gmail.com> | 2018-08-31 22:56:33 +0200 |
---|---|---|
committer | Christoffer <netravnen@gmail.com> | 2018-08-31 23:06:02 +0200 |
commit | d967b3817751a9268a163582647a8985638e7171 (patch) | |
tree | fbc720dbbdb809cab3406fba40f7fc459c0328bf /.github | |
parent | .github: Updated PULL_REQUEST_TEMPLATE.md per Quentin's request. (diff) | |
download | frr-d967b3817751a9268a163582647a8985638e7171.tar.xz frr-d967b3817751a9268a163582647a8985638e7171.zip |
.github: Updated PULL_REQUEST_TEMPLATE.md
Addressed @qlyoung's suggestions.
Signed-off-by: Christoffer <netravnen@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index df70b7308..0a8aa03c8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,6 @@ ### Components [bgpd, build, doc, ripd, ospfd, eigrpd, isisd, etc. etc.] -Always remember to follow proper codingstyle etc. as +Always remember to follow proper coding style etc. as described in the FRRouting Dev Guide. http://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html |