Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
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
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve

---

# Bug report

## Describe the bug

A clear and concise description of what the bug is.

## To Reproduce

Steps to reproduce the behavior.
If applicable include the code you tried to run. In case you do, please try
to minimize the code example to the least amount of code required to trigger
the bug.

## Expected behavior

A clear and concise description of what you expected to happen.

## Screenshots

If applicable, add screenshots to help explain your problem.

## Operating System (please complete the following information)

- OS: [e.g. Linux]
- Version [e.g. 22.04 LTS]
- Distribution [e.g. Ubuntu]

## Additional context

Add any other context about the problem here:

- Python version (`python --version`) and distribution:
- List of installed packages (`pip list` or equivalent):
- Anything else that might be relevant
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Feature request
about: Suggest an idea for this project

---

# Feature request

## Is your feature request related to a problem? Please describe

A clear and concise description of what the problem is, for example:

As a [...] I want [...] so that [...]

## Describe the solution you'd like

A clear and concise description of what you want to happen.

## Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

## Acceptance criteria

Please specify the acceptance criteria in as much detail as possible,
for example:

- if this feature is available how would you invoke it (code example)
- what would the output look like?
- if it is an object, what would the members be?
- if it is a plot, a sketch would help
- anything else that clarifies what would constitute a satisfactory
implementation?

## Additional context

Add any other context or screenshots about the feature request here.