Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

Add issue title to issue details redux slice #5

Closed dpasque closed 1 year ago

dpasque commented 1 year ago

What Does This PR Add/Change?

We will ultimately need to track the (optional) issue title (or summary) in the redux global state. We might use this title to suggest feature areas. We will also pass it along to any GitHub links to seed the initial issue title.

Testing Instructions

Not much to test -- just adding a reducer to the redux store!

I didn't add any fake implementation as this will vary considerably based on UI mockups.

Issues

Related to #
Closes #