Skip to content

Commit

Permalink
whatsnew - branded section icons (#3851)
Browse files Browse the repository at this point in the history
* whatsnew - branded section icons

* review actions

* update whatsnew contributions guide

* bold contribution categories
  • Loading branch information
bjlittle authored Sep 15, 2020
1 parent cb6290f commit 4e3a5e9
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: " Feature Request"
name: " Feature Request"
about: Submit a request for a new feature in Iris
title: ''
labels: 'New: Feature'
assignees: ''

---

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

## Motivation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,27 @@ Contribution categories
The structure of the what's new release note should be easy to read by
users. To achieve this several categories may be used.

*Features*
**📢 Announcements**
General news and announcements to the Iris community.

**✨ Features**
Features that are new or changed to add functionality.

*Bug Fixes*
**🐛 Bug Fixes**
A bug fix.

*Incompatible Changes*
**💣 Incompatible Changes**
A change that causes an incompatibility with prior versions of Iris.

*Deprecations*
**🔥 Deprecations**
Deprecations of functionality.

*Dependencies*
**🔗 Dependencies**
Additions, removals and version changes in Iris' package dependencies.

*Documentation*
**📚 Documentation**
Changes to documentation.

*Internal*
**💼 Internal**
Changes to any internal or development related topics, such as testing,
environment dependencies etc.
34 changes: 20 additions & 14 deletions docs/iris/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ This document explains the changes made to Iris for this release
:depth: 3


Features
========
📢 Announcements
================

* N/A


✨ Features
===========

* `@MoseleyS`_ greatly enhanced the :mod:`~iris.fileformats.nimrod`
module to provide richer meta-data translation when loading ``Nimrod`` data
Expand All @@ -35,8 +41,8 @@ Features
:class:`~iris.analysis.AreaWeighted` regridding schemes. (:pull:`3701`)


Bugs Fixed
==========
🐛 Bugs Fixed
=============

* `@stephenworsley`_ fixed :meth:`~iris.Cube.cube.remove_coord` to now also
remove derived coordinates by removing aux_factories. (:pull:`3641`)
Expand Down Expand Up @@ -89,8 +95,8 @@ Bugs Fixed
(:pull:`3804`)


Incompatible Changes
====================
💣 Incompatible Changes
=======================

* `@pp-mo`_ rationalised :class:`~iris.cube.CubeList` extraction
methods:
Expand Down Expand Up @@ -131,8 +137,8 @@ Incompatible Changes
duplicate coordinate errors in certain circumstances. (:pull:`3718`)


Deprecations
============
🔥 Deprecations
===============

* `@stephenworsley`_ removed the deprecated :class:`iris.Future` flags
``cell_date_time_objects``, ``netcdf_promote``, ``netcdf_no_unlimited`` and
Expand All @@ -143,8 +149,8 @@ Deprecations
removed from it. (:pull:`3461`)


Dependencies
============
🔗 Dependencies
===============


* `@stephenworsley`_, `@trexfeathers`_ and `@bjlittle`_ removed ``Python2``
Expand Down Expand Up @@ -175,8 +181,8 @@ Dependencies
dependency group. We no longer consider it to be an extension. (:pull:`3762`)


Documentation
=============
📚 Documentation
================

* `@tkknight`_ moved the
:ref:`sphx_glr_generated_gallery_oceanography_plot_orca_projection.py`
Expand Down Expand Up @@ -214,8 +220,8 @@ Documentation
(:pull:`3803`)


Internal
========
💼 Internal
===========

* `@pp-mo`_ and `@lbdreyer`_ removed all test dependencies on
`SciTools/iris-grib <https://github.com/SciTools/iris-grib>`_ by transferring
Expand Down
37 changes: 25 additions & 12 deletions docs/iris/src/whatsnew/latest.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,50 @@ This document explains the changes made to Iris for this release
:depth: 3


Features
========
📢 Announcements
================

* N/A


Bugs Fixed
==========
✨ Features
===========

* N/A


Incompatible Changes
====================
🐛 Bugs Fixed
=============

* N/A


Dependencies
============
💣 Incompatible Changes
=======================


* N/A


Documentation
=============
🔥 Deprecations
===============

* N/A


🔗 Dependencies
===============

* N/A


📚 Documentation
================

* N/A


Internal
========
💼 Internal
===========

* N/A

0 comments on commit 4e3a5e9

Please sign in to comment.