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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

## 🐛 Bug Report
<!-- a clear description of what the bug is -->
<!-- Provide a clear description of what the bug is -->

## How To Reproduce
Steps to reproduce the behaviour:
Expand All @@ -21,11 +21,11 @@ Steps to reproduce the behaviour:
<!-- A clear and concise description of what you expected to happen -->

## Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
<!-- If applicable, add screenshots to help explain your problem -->

## Environment
- OS & Version: [e.g. Ubuntu 20.04 LTS]
- Iris Version. [e.g. From the command line run `python -c "import iris; print(iris.__version__)"`]
- OS & Version: [e.g., Ubuntu 20.04 LTS]
- Iris Version: [e.g., From the command line run `python -c "import iris; print(iris.__version__)"`]

## Additional context
<!-- Add any other context about the problem here. -->
<!-- Provide any further information to help us understand -->
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# reference: https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
blank_issues_enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ assignees: ''
---

## 📚 Documentation
<!-- https://scitools-iris.readthedocs.io/en/latest/ -->
<!-- Describe an issue or suggestion for improving the documentation -->
<!-- See https://scitools-iris.readthedocs.io/en/latest/ -->
<!-- Describe the issue or provide a suggestion for improving the Iris documentation -->
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
name: "⚙Feature Request"
name: "⚙ Feature Request"
about: Submit a request for a new feature in Iris
title: ''
labels: 'New: Feature'
assignees: ''

---

## Feature Request
<!-- A clear and concise description of the feature proposal -->
## Feature Request
<!-- Provide a clear and concise description of the feature proposal -->

## Motivation
<!-- Is your feature request related to an existing issue? -->
<!-- I'm always frustrated when ... -->

## Additional context
<!-- any other useful information -->
<!-- Provide any further information to help us understand -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "\U0001F4F0 Custom Issue"
about: Submit a generic issue to help us improve Iris
title: ''
labels: 'New: Issue'
assignees: ''

---

## 📰 Custom Issue
<!-- Provide a clear description of what the issue is, and we'll try our best to help 😀 -->