Compare commits

...
3 Commits
Author SHA1 Message Date
Michael Aaron Murphy d566a8b589 chore(version-update): add settings{,-daemon} 2026-02-17 18:15:28 +01:00
Jeremy Soller f5fa41194e Update repos 2026-02-13 12:32:54 -07:00
Jeremy Soller f9abdc105d Add PR template 2026-02-13 12:21:16 -07:00
12 changed files with 22 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
- [ ] I have disclosed use of any AI generated code in my commit messages.
- If you are using an LLM, and do not fully understand the changes it is making to the code base, do not create a PR.
- In our experience, AI generated code often results in overly complex code that lacks enough context for a proper fix or feature inclusion. This results in considerably longer code reviews. Due to this, AI authored or partially authored PRs may be closed without comment.
- [ ] I understand these changes in full and will be able to respond to review comments.
- [ ] My change is accurately described in the commit message.
- [ ] My contribution is tested and working as described.
- [ ] I have read the [Developer Certificate of Origin](https://developercertificate.org/) and certify my contribution under its conditions.
+4 -1
View File
@@ -3,7 +3,7 @@
set -e
# This should be the _next_ epoch version
version=1.0.5
version=1.0.6
subject="Epoch ${version} version update"
description="Generated by cosmic-epoch scripts/version-update.sh"
@@ -11,6 +11,9 @@ repos=(
cosmic-edit
cosmic-files
cosmic-player
cosmic-settings
cosmic-settings-daemon
cosmic-randr
cosmic-store
cosmic-term
)