diff options
author | Christoffer <netravnen@gmail.com> | 2018-08-29 11:12:52 +0200 |
---|---|---|
committer | Christoffer <netravnen@gmail.com> | 2018-08-29 11:13:16 +0200 |
commit | 52686b3ba6d5bfa31c0d2675f5d665977ea15dd5 (patch) | |
tree | d27af50a96232c726d151906c8a669abbb6c78de /.github | |
parent | Merge pull request #2685 from netravnen/feature/bgpd/documen-use-of-additiona... (diff) | |
download | frr-52686b3ba6d5bfa31c0d2675f5d665977ea15dd5.tar.xz frr-52686b3ba6d5bfa31c0d2675f5d665977ea15dd5.zip |
.github: Updated PULL_REQUEST_TEMPLATE.md per Quentin's request.
Signed-off-by: Christoffer <netravnen@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..df70b7308 --- /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 |