Skip to content
Open
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
24 changes: 24 additions & 0 deletions src/dev-guide.rst

@tshepang tshepang Jul 15, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure we should limit discussion to team meets... I think it's fine to just say "bring up the issue to the team"

View changes since the review

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me! Updated.

Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,30 @@ Use the following sentence pattern for multiple syntax categories::

``<Action>`` must denote either ``Changed``, ``New``, or ``Removed``.

Dealing with PR blockers
------------------------

Incorrect or incomplete semantics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

While working on a PR, a developer may need to modify existing FLS semantics or terminology, only for the developer to discover that these semantics or terms are either incorrect or incomplete.
In such cases, bring up the issue to the FLS team.

Depending on the scope of the required changes, the FLS team may decide to either:
- Enact the necessary changes in the same PR-in-development, or
- Approximate the contents of the PR-in-development, and open a GitHub issue to track the update on the semantics or terms.

Missing semantics
~~~~~~~~~~~~~~~~~

While working on a PR, a developer may need to modify existing FLS semantics or use existing terminology, only for the developer to discover that these semantics or terms are missing.
This may happen when the Rust Reference or other sources the FLS team may use as reference were changed irrespective of Rust releases.
In such cases, bring up the issue to the FLS team.

Depending on the scope of the required changes, the FLS team may decide to either:
- Enact the necessary changes in the same PR, or
- Create a separate PR to introduce the missing semantics or terms, and then update the contents of the PR-in-development.

Merge ordering
--------------

Expand Down
Loading