Closed
Description
Hi all
I've been recently reading through the issues in this repository.
The use of tags is clear enough and I think that is what allows you to manage the high volume of issues. The problem comes when you want to see if an issue already exists before opening it.
If you check the current list, you can notice a title pattern like *topic: description" but is not consistent across issues.
here are some examples
dvc dag
not accepting output files/folders- [WIP] outs: add desc field
- [WIP] 'dvc vdir' command for updating large remote datasets
- Do we need
exec
in git hooks? - experiments: support branching w/modified params from intermediate checkpoint
- Run-cache for experiments and checkpoints
- azure: AzureTree.exists and import-url fix for folders
- dvc: add --pdb flag
- Git submodule ignored in the dvc dependency
I think that we can edit the issue template to recommend the patten "topic: description"
- dag: not accepting output files
You have more experience than me and probably you will have a better idea of how to write issue titles, I just want to start the conversation :)