From 52686b3ba6d5bfa31c0d2675f5d665977ea15dd5 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Wed, 29 Aug 2018 11:12:52 +0200 Subject: [PATCH 1/2] .github: Updated PULL_REQUEST_TEMPLATE.md per Quentin's request. Signed-off-by: Christoffer --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..df70b73080 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +### Summary +[fill here] + +### Related Issue +[fill here if applicable] + +### Components +[bgpd, build, doc, ripd, ospfd, eigrpd, isisd, etc. etc.] + +Always remember to follow proper codingstyle etc. as +described in the FRRouting Dev Guide. +http://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html From d967b3817751a9268a163582647a8985638e7171 Mon Sep 17 00:00:00 2001 From: Christoffer Date: Fri, 31 Aug 2018 22:56:33 +0200 Subject: [PATCH 2/2] .github: Updated PULL_REQUEST_TEMPLATE.md Addressed @qlyoung's suggestions. Signed-off-by: Christoffer --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index df70b73080..0a8aa03c8d 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