From bc81ab097ec8657a72776333d3b4122dbb23b673 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 16 Dec 2017 21:28:46 +0100 Subject: Add issue and PR template --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md (limited to '.github/ISSUE_TEMPLATE.md') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..9dcd320 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +# Description + +Anything you'd like to add + +## Code example + +```Cpp +// Put your code here +``` + +### Expected result + +```Cpp +/** + * @brief Put the expected comment here + */ +``` + +### Actual result + +```Cpp +/** + * @brief Put the actually generated comment here + */ +``` -- cgit v1.2.3