diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2018-09-04 11:56:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-04 11:56:43 -0400 |
| commit | 0895ecd3d85ba8474304ab05511ed448d7311747 (patch) | |
| tree | f737afbf09d1018ee114ea1c9146480cb8730748 /.github | |
| parent | 6a314aaf35c89670dba6ac5b932acd066e73b467 (diff) | |
| parent | d967b3817751a9268a163582647a8985638e7171 (diff) | |
Merge pull request #2909 from netravnen/feature/git-pl-template
Add github pull-request-template.md
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 0000000000..0a8aa03c8d --- /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 coding style etc. as +described in the FRRouting Dev Guide. +http://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html |
