diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b25e618ad..fdd218976 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,6 +12,3 @@ # Set default reviewers * @community-scripts/Contributor - -# All changes in frontend -/frontend/ @community-scripts/Frontend-Dev diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b3e976091..4578d1973 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,6 +22,6 @@ Fixes # - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. -- [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. +- [ ] 🌍 **Website update** – Changes to script metadata (PocketBase/website data). - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs.