Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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**: <!-- e.g. Ubuntu 22.04 x86_64, macOS 14 arm64, Windows Server 2022 -->
- **Python version**: <!-- e.g. 3.11.9 -->
- **ITK version / branch**: <!-- e.g. v5.4.0, or commit hash -->
- **Script / entry point used**: <!-- e.g. scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh -->

## Steps to Reproduce


## Expected Behavior

<!-- What should happen. -->

## Actual Behavior

<!-- What actually happens. Paste relevant log output below. -->

<details>
<summary>Log output</summary>

```
```

</details>

## Additional Context

<!-- ITKPythonBuilds tag, Docker image tag, CMake options, etc. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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

<!-- What limitation or pain point does this address? -->

## Proposed Solution

<!-- Describe what you'd like to see added or changed. -->

## Alternatives Considered

<!-- Any other approaches you've thought about? -->

## Additional Context

<!-- Platform relevance, ITK module context, links, etc. -->