File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -71,16 +71,18 @@ body:
7171 - type : textarea
7272 id : what-happened
7373 attributes :
74- label : 💥 Outcome Summary (Optional)
74+ label : 💥 Outcome Summary
7575 description : |
7676 Recap what went wrong in one or two lines. Use this if the bug is weird, unexpected, or needs extra context.
7777
7878 Example: "Expected code to run, but got an empty response and no error."
7979 placeholder : Expected ___, but got ___.
80+ validations :
81+ required : true
8082
8183 - type : textarea
8284 id : logs
8385 attributes :
84- label : 📄 Relevant Logs or Errors
86+ label : 📄 Relevant Logs or Errors (Optional)
8587 description : Paste API logs, terminal output, or errors here. Use triple backticks (```) for code formatting.
8688 render : shell
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Detail the steps to test your changes. This helps reviewers verify your work.
6161- [ ] ** Branch Hygiene** : My branch is up-to-date (rebased) with the ` main ` branch.
6262- [ ] ** Documentation Impact** : I have considered if my changes require documentation updates (see "Documentation Updates" section below).
6363- [ ] ** Changeset** : A changeset has been created using ` npm run changeset ` if this PR includes user-facing changes or dependency updates.
64- - [ ] ** Contribution Guidelines** : I have read and agree to the [ Contributor Guidelines] ( ../CONTRIBUTING.md ) .
64+ - [ ] ** Contribution Guidelines** : I have read and agree to the [ Contributor Guidelines] ( ../../ CONTRIBUTING.md ) .
6565
6666### Screenshots / Videos
6767
You can’t perform that action at this time.
0 commit comments