From 6942f34fc710a4595c0e660ff5bea0ef58fa22da Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Sat, 16 Dec 2023 11:36:42 -0800 Subject: [PATCH] Create example.md --- .github/ISSUE_TEMPLATE/example.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/example.md diff --git a/.github/ISSUE_TEMPLATE/example.md b/.github/ISSUE_TEMPLATE/example.md new file mode 100644 index 00000000..8d93b3eb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/example.md @@ -0,0 +1,17 @@ +--- +name: Example +about: Request an example to help others get started +title: "[Example]" +labels: example +assignees: '' + +--- + +**Describe the example** +What example do you wish was included in k-wave-python? What functionality of principle should it display? + +**Sources** +If applicable, add sources of the example from literature or other projects. + +**Additional context** +Add any other context about the example here.