Skip to content

fix: move ready to review checkbox to bottom#255

Open
kevinsmaster5 wants to merge 1 commit intomainfrom
fix-move-ready-review-checkbox
Open

fix: move ready to review checkbox to bottom#255
kevinsmaster5 wants to merge 1 commit intomainfrom
fix-move-ready-review-checkbox

Conversation

@kevinsmaster5
Copy link
Contributor

Closes #224

Changes proposed in this pull request:

  • Reorders 'reviewReady' field object to the end of the fields array

Things to check

  • For any logging statements, is there any chance that they could be logging sensitive data?
  • Are log statements using a logging library with a logging level set? Setting a logging level means that log statements "below" that level will not be written to the output. For example, if the logging level is set to INFO and debugging statements are written with log.debug or similar, then they won't be written to the otput, which can prevent unintentional leaks of sensitive data.

Security considerations

No concerns.

@kevinsmaster5 kevinsmaster5 marked this pull request as ready for review February 13, 2026 18:42
@kevinsmaster5 kevinsmaster5 requested a review from a team as a code owner February 13, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move 'Ready for review' checkbox to the bottom of editing pages

1 participant