This is a very cool tool for certain use cases. I think one issue you may run into is that issue tracking has a permission system that is more complicated than Git supports for code.
How do you express that certain users are allowed to close issues as WontDo but randos off the street are not. Randos can file issues but not close them.
There are cases where this doesn’t matter. But often it does.
Smallpaul@reddit
This is a very cool tool for certain use cases. I think one issue you may run into is that issue tracking has a permission system that is more complicated than Git supports for code.
How do you express that certain users are allowed to close issues as WontDo but randos off the street are not. Randos can file issues but not close them.
There are cases where this doesn’t matter. But often it does.