Conversation
Contributor
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Examples:
Please add a Jira issue key to your PR title. |
Contributor
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Examples:
Please add a Jira issue key to your PR title. |
gaspergrom
approved these changes
Oct 7, 2025
ulemons
approved these changes
Oct 7, 2025
borfast
approved these changes
Oct 7, 2025
themarolt
approved these changes
Oct 7, 2025
skwowet
approved these changes
Oct 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed ✍️
Contributors:
MAINTAINERS.mdfile listing all project maintainers, their roles, GitHub IDs.CONTRIBUTING.mdwith project guidelines for commit messages (Conventional Commits), PR titles (including JIRA ticket keys), JIRA integration, and AI development best practices.GitHub actions standardization:
.github/workflows/pr-title-jira-key-lint.ymlto automatically check PR titles for JIRA issue keys and provide feedback via comments and check runs. This automatic check will not prevent the user from merging the PR..github/workflows/CI-node.yaml→.github/workflows/backend-lint.yaml.github/workflows/lint-frontend.yml→.github/workflows/frontend-lint.ymlRepository Cleanup:
.github/workflows/release-drafter.yaml.github/workflows/reset-staging.yaml.github/workflows/test-frontend.ymlPull Requests:
CODEOWNERSfile to reduce unnecessary reviewer noise. Reviews should now be requested explicitly by the author when relevant..github/PULL_REQUEST_TEMPLATE.mdto streamline the PR process. Since the template wasn’t being actively used, contributors are free to write their own summary or generate one with Copilot.