frappe / books

Free Accounting Software
https://frappe.io/books
GNU Affero General Public License v3.0
2.68k stars 614 forks source link

Added issue templates to help with workflows #807

Closed Isaac-GC closed 5 months ago

Isaac-GC commented 5 months ago

Added issue templates to help creation of issues and aid in automated workflows in project tab

Isaac-GC commented 5 months ago

@18alantom and @mildred Just tagging you in this PR to see if there other templates you'd like to see or if there are other items in the templates themselves you think we should have.

Thanks :)

18alantom commented 5 months ago

The templates look good, should raise the bar for reported issues! I think these three should be fine for now.

A minor worry is fewer issues would be raised due to the required steps (albeit they'd be more meaningful).

Also, clicking on Report Issue in Books redirects to the new issue page with a Template: https://github.com/frappe/books/blob/master/src/errorHandling.ts#L195 This might need updating.

Isaac-GC commented 5 months ago

The templates look good, should raise the bar for reported issues! I think these three should be fine for now.

A minor worry is fewer issues would be raised due to the required steps (albeit they'd be more meaningful).

Also, clicking on Report Issue in Books redirects to the new issue page with a Template: https://github.com/frappe/books/blob/master/src/errorHandling.ts#L195 This might need updating.

Looks like I'll have to update the errorHandling.ts file separately. I can't update it until we have the issue template published due to the urll being different.