This pull request adds a possibility to save frequently used responses for pull requests or issues and then use them by a click of a button.
The entire think is client side: the data is stored in browser local storage, all elements on page are added with JavaScript.
I have been using this as a user script for some time now and seems useful so I want to share it. I'm not sure if including it in Pagure itself is a good move. I'm open to suggestions.
This pull request adds a possibility to save frequently used responses for pull requests or issues and then use them by a click of a button.
The entire think is client side: the data is stored in browser local storage, all elements on page are added with JavaScript.
I have been using this as a user script for some time now and seems useful so I want to share it. I'm not sure if including it in Pagure itself is a good move. I'm open to suggestions.