The repo is https://github.com/butlerblog/wp-members
However, before submitting a PR, you should determine if this is something you could do with the plugin’s filter and action hooks (which are documented inline in the code).
Cool, thanks Chad.
Just submitted the PR, very basic, for a new filter on the widget title.
The scenario I had, it could not just be changed via the CMS.
Thanks
While I may end up adding that particular WP filter in the future (and possibly the next release), if you look a few lines below your PR, there is a wpmem_widget_title filter to do what you are asking for.
Also documented here:
https://rocketgeek.com/plugins/wp-members/docs/filter-hooks/wpmem_widget_title/
It really doesn’t pay to be in a rush… I see it now, thanks for pointing it out 🙂