RecursiveThinking / recursive_thinking_website

Recursive Thinking Website
5 stars 2 forks source link

General - GitHub Issues - Monitoring Issues #61

Closed sethborne closed 6 years ago

sethborne commented 6 years ago

If I want to monitor the status on posted issues (like all FE issues), is there a better way to do this than just assigning myself to all of them? (that way I can filter by assignee) <-- because this doesn't seem to be the best way to do it...

If anyone knows a better way, please let me know!

sethborne commented 6 years ago

maybe a frontend tag, then:

label:frontend in filter?

MynockSpit commented 6 years ago

Is your goal to have a view of all (or a subset) issues or notifications?

sethborne commented 6 years ago

yeah a view of all tasks that require frontend work - so i just made a frontend tag - and I've been using the label:frontend in the filter bar

that way I have a handle on what frontend items are remaining to close out. This system seems ok (much better than assigning myself to all of them!) but if there is a cleaner suggestion, I'd be interested in learning about it.

MynockSpit commented 6 years ago

Yeah, not sure there's a better system for viewing specific issues. If you wanted to receive notifications, you could go through the hassle of 'Subscribing' yourself to all of them, but that would not work for new issues. We already have a backend label, so frontend label makes sense.

MynockSpit commented 6 years ago

To help with this, we could make a new issue template that tells people to label their issues.

https://help.github.com/articles/creating-an-issue-template-for-your-repository/

MynockSpit commented 6 years ago

@sethborne Closing this -- if you need it, feel free to reopen.