Skip to content

Commit 057d5b4

Browse files
Update getting-started/pull-request-lifecycle.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent d36d02e commit 057d5b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

getting-started/pull-request-lifecycle.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@ When creating a pull request, following best practices ensures your contribution
200200
- Use the **imperative mood** (e.g., "Fix crash in parser" instead of "Fixed a crash in parser").
201201
- Be specific about what is being changed (avoid vague words like "Update" or "Fix").
202202

203-
**Avoid:**
204-
205-
- "Bug fix" → Too vague. What bug was fixed?
206-
- "Update README" → What was updated? Be precise.
207-
- "Refactoring" → Explain what was refactored and why.
208-
209203
**Example of a good PR title:**
210204

211205
``gh-128002: Simplify all_tasks to use PyList_Extend instead of manual iteration``

0 commit comments

Comments
 (0)