templates: rename to extensions
Metadata
Current evaluation
Merged rename of templates to extensions across 21 files, resolving Launchpad bug #1789935. No functional changes were made. Approved by a maintainer, passed CI checks, and maintained 95.65% code coverage.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] If this is a bugfix. Have you checked that there is a bug report open for the issue you are trying to fix on [bug reports](https://bugs.launchpad.net/snapcraft)?
- [x] If this is a new feature. Have you discussed the design on the [forum](https://forum.snapcraft.io)?
- [x] Have you successfully run `./runtests.sh static`?
- [x] Have you successfully run `./runtests.sh tests/unit`?
-----
This PR resolves [LP: #1789935](https://bugs.launchpad.net/snapcraft/+bug/1789935) by renaming "templates" to "extensions". All functionality remains the same.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged rename of templates to extensions across 21 files, resolving Launchpad bug #1789935. No functional changes were made. Approved by a maintainer, passed CI checks, and maintained 95.65% code coverage. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master, renaming templates to extensions to resolve Launchpad bug #1789935. Functionality remains unchanged, with unit tests passing and coverage unaffected. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master, renaming templates to extensions to resolve Launchpad bug #1789935. Functionality remains unchanged, and code coverage stayed at 90.72%. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2705 extensions: rename extension classes to known names | snapcraft | merged | Merged changes renaming extension classes to known names, simplifying logic by removing string parsing for Extension class implementation. Approved, passed CI, and increased coverage by 0.01% across five files. |