bestia-dev / cargo_crev_web

web server to query reviews from cargo-crev
https://lucianobestia.github.io/cargo_crev_web
MIT License
8 stars 0 forks source link

Helper for writing a new review #15

Closed bestia-dev closed 3 years ago

bestia-dev commented 4 years ago

I added a page to help write a review. The first version is basic without alternatives, issue and advisories, to keep it simple. I will add them later. The user must copy/paste the resulting yaml to VIM. @dpc, I will look how works crev import and maybe it will be more user friendly.

image

image

bestia-dev commented 4 years ago

The $ cargo crev repo import expects text to be pasted. Paste in the text and press Ctrl+D. Is there a command to import a review from a file? And it needs the full review format? Not just the data as in VIM editor? Parsing error when looking for start of code review proof