You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -80,10 +80,13 @@ You must read files completely and thoroughly, with a minimum of 1000 lines per
80
80
- documentation files (e.g., docs/README.md)
81
81
- Use semantic versioning (MAJOR.MINOR.PATCH) for all releases.
82
82
- Always add new information to the changelog when we make changes to the codebase, even if a new version is not released.
83
-
- When adding new information to the changelog, changes will first be added to an "Unreleased" section at the top of the changelog file, and then later moved to a new version section when a new version is released.
83
+
- When adding new information to the changelogs, changes will first be added to an "Unreleased" section at the top of the changelog file, and then later moved to a new version section when a new version is released. Be sure to follow this pattern and do not skip any of the changelog files.
84
84
- Do not automatically update the version number in the plugin header or other files. Instead, provide a clear and concise change summary that includes the version number and a brief description of the changes made.
85
-
- When making changes to the codebase, always update the relevant documentation files, including README.md, readme.txt, changelog.txt, and changelog.md even when a new version is not released.
85
+
- When making changes to the codebase, always update the relevant documentation files, including README.md, readme.txt, changelog.txt, and changelog.md, even when a new version is not released.
86
+
- Please do not skip these locations, as all of the changelog files must be in sync with each other, and the version numbers must be consistent across all files.
86
87
- I will instruct you when to update the version number, and you should not do this automatically. Always ask for confirmation before updating the version number.
88
+
- When the version number is updated, ensure that the new version number is reflected in all relevant files, including the plugin header, changelog files, and documentation files.
89
+
- WHen the version number is updated, make special note to update the "Unreleased" section in the changelog files to reflect the new version number and a brief description of the changes made. This ensures that all changes are documented and easily accessible for future reference.
0 commit comments