Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Prev Previous commit
Update getting-started/pull-request-lifecycle.rst
Co-authored-by: Stan Ulbrych <[email protected]>
  • Loading branch information
swastim01 and StanFromIreland authored Feb 12, 2025
commit 057d5b4e9e5216c8860a55c34de7e97751d0ee76
6 changes: 0 additions & 6 deletions getting-started/pull-request-lifecycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,6 @@ When creating a pull request, following best practices ensures your contribution
- Use the **imperative mood** (e.g., "Fix crash in parser" instead of "Fixed a crash in parser").
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.

Maybe add a link to a better guide/more information? This would be helpful for non English natives. https://en.wikipedia.org/wiki/Imperative_mood

- Be specific about what is being changed (avoid vague words like "Update" or "Fix").

**Avoid:**

- "Bug fix" → Too vague. What bug was fixed?
- "Update README" → What was updated? Be precise.
- "Refactoring" → Explain what was refactored and why.

**Example of a good PR title:**

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