godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
291 stars 86 forks source link

Allow maintainers to leave notes when accepting #210

Open aaronfranke opened 4 years ago

aaronfranke commented 4 years ago

Currently, if a maintainer rejects an asset, we can leave a note saying why, but if a maintainer approves an asset, there is no way to leave notes.

Perhaps we should be able to leave a note for accepting as well as for rejecting? For assets that are good to go but that we still have feedback for, I'd like to accept and point people in the right direction.

Calinou commented 4 years ago

To send feedback about an accepted asset, I generally open an issue on the asset's repository. It works well in my experience, as long as the author replies :slightly_smiling_face:

When you open an issue on a repository, the maintainer won't get a "Participating" notification unless you @mention them, so be sure to do that.

aaronfranke commented 4 years ago

Except sometimes the repo isn't hosted on GitHub.