Skip to content

process: update quality management plan #1211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module(
name = "score_platform",
version = "0.2.0",
version = "1.0.1",
compatibility_level = 0,
)

Expand Down Expand Up @@ -91,4 +91,4 @@ bazel_dep(name = "score_starpls_lsp", version = "0.1.0")
# Checker rule for CopyRight checks/fixs

bazel_dep(name = "score_docs_as_code", version = "0.3.3")
bazel_dep(name = "score_process", version = "0.2.0")
bazel_dep(name = "score_process", version = "1.0.1")
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/platform_management_plan/change_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ ISSUE status ``OPEN`` and PR status ``OPEN``.
if the Change Request is accepted or rejected.

:need:`Committer <PROCESS_rl__committer>` checks finally if the Change Request is completed and the
required verification measures are executed and sucessfully passed.
required verification measures are executed and successfully passed.

If ``approved``, the status of the concerned PRs change to ``MERGED``,
otherwise, if rejected, PR status changes to ``CLOSED``.
Expand Down
1 change: 0 additions & 1 deletion docs/platform_management_plan/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Platform Management Plan
release_management
problem_resolution
change_management
requirements_management
software_verification
documentation_management
software_development
Loading