googleapis / google-cloud-node

Google Cloud Client Library for Node.js
https://cloud.google.com/nodejs
Apache License 2.0
2.93k stars 598 forks source link

Need to fix issue templates for bugs #5838

Open sofisl opened 1 week ago

sofisl commented 1 week ago

We are trying to use github's use of yaml validation here. However, they do not provide validation for their issue templates and so our solution has been hacky at best (we are trying to confirm that a proper URL exists but right now it's just been too fragile). Instead of doing another quick fix, I need to create a more durable solution that doesn't frustrate people, including writing tests and making sure it's able to withstand various scenarios.

sofisl commented 1 week ago

see #5826