diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 19fc120..fb7cf58 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -60,5 +60,6 @@ It is not explicitly required to gather feedback, but it certainly helps your PR - [ ] AI was used (please describe below) **If AI was used:** + - Tools used: - How extensively: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4785d6d..e5342ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -227,6 +227,7 @@ Community feedback is essential to keeping Handy the best it can be for everyone **AI-assisted PRs are welcome!** Use whatever tools help you contribute, just be upfront about it. In your PR description, please include: + - Whether AI was used (yes/no) - Which tools were used (e.g., "Claude Code", "GitHub Copilot", "ChatGPT") - How extensively it was used (e.g., "generated boilerplate", "helped debug", "wrote most of the code") diff --git a/src/App.tsx b/src/App.tsx index 29579b1..7b637b6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -74,7 +74,7 @@ function App() { } return ( -
+
{entry.transcription_text}
{audioUrl &&