This is implementation of proposal for story points support. If user will use special emoji in issue description (it has to be separate line somewhere in description), then additional information about story points will be added to issue.
Example entry:
:point_up: 3 | Story point estimation
I'm not a ruby programmer, so I tried to use existing patterns, and code quality will need some review and refactoring, but at least proof of concept seems to work.
This is implementation of proposal for story points support. If user will use special emoji in issue description (it has to be separate line somewhere in description), then additional information about story points will be added to issue.
Example entry: :point_up: 3 | Story point estimation
I'm not a ruby programmer, so I tried to use existing patterns, and code quality will need some review and refactoring, but at least proof of concept seems to work.