EthanThatOneKid / acmcsuf.com

🐘 Official website of CSUF's ACM chapter
https://acmcsuf.com
MIT License
38 stars 46 forks source link

Have page route/view link added to users bug report #913

Open barrotbake opened 11 months ago

barrotbake commented 11 months ago

What's your idea?

This feature is to help streamline the bug reporting feature and include some useful data for devs to repro and fix the bug. The first part of this feature is simply grabbing the link where the bug occurred and adding it to the report.

image
barrotbake commented 11 months ago

YAML template query param overwrites whatever is put in the body query param :(

image
EthanThatOneKid commented 11 months ago

Literature: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms

barrotbake commented 11 months ago

I see in it's current form there's no way to populate the body via query string bc YAML can possibly define the form in the body as more than just a single text area. How about this for a workaround we can do something like this. Maybe it could be a separate input?

Edit: bad english meant say it's copied to your clipboard

image