diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..ede8b27f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Something is broken in the build or packaging pipeline +title: "BUG: " +labels: bug +assignees: "" +--- + +## Environment + +- **OS / Platform**: +- **Python version**: +- **ITK version / branch**: +- **Script / entry point used**: + +## Steps to Reproduce + + +## Expected Behavior + + + +## Actual Behavior + + + +
+Log output + +``` +``` + +
+ +## Additional Context + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..9b1b5746 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: ITK Discourse (questions & support) + url: https://discourse.itk.org + about: For build questions or general ITK support, please use the ITK Discourse forum. + - name: ITKPythonPackage documentation + url: https://itkpythonpackage.readthedocs.io + about: Check the docs before filing an issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..fbed4aeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest a new capability or improvement to the build/packaging pipeline +title: "ENH: " +labels: enhancement +assignees: "" +--- + +## Problem / Motivation + + + +## Proposed Solution + + + +## Alternatives Considered + + + +## Additional Context + +