Revision 1e8c89c1b8f97b47771cf604df75e07f53c50f6e authored by André Martins on 14 May 2018, 10:34:20 UTC, committed by Ian Vernon on 15 May 2018, 19:43:15 UTC
Signed-off-by: André Martins <andre@cilium.io>
1 parent 08de14a
Raw File
pull_request_template.md
<!--  Thanks for contributing to Cilium!

If this is your first time contributing, then please see the following
guidelines for detailed instructions on how to contribute:
https://github.com/cilium/cilium/blob/master/CONTRIBUTING.md for detailed instructions 

-->

**Summary of changes**:

Fixes: #issue-number

```release-note
<!-- Enter the release note text here if needed -->
```

**How to test (optional)**:
e.g. Run `make tests`, `make runtime-tests` and/or some more specific way to
exercise the new behavior(s).
Note: [The runtime testsuite will modify the host it runs on.](http://cilium.readthedocs.io/en/latest/contributing/#testsuite)
back to top