| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Added guidance for writing clear and descriptive pull request titles in the "Making good PRs" section. This helps avoid vague titles and improves clarity for contributors.
|
The following commit authors need to sign the Contributor License Agreement: |
Sorry, something went wrong.
Documentation build overviewShow files changed (2 files in total): 📝 2 modified | ➕ 0 added | ➖ 0 deleted
|
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @Shashank01177. Please sign the CLA as mentioned in the automated checks.
Sorry, something went wrong.
| When creating a pull request for submission, there are several things that you | ||
| should do to help ensure that your pull request is accepted. | ||
|
|
||
| A pull request should have a clear and descriptive title that accurately reflects the change being made. Avoid vague titles such as "fix bug" or "update code". Instead, use specific titles like "Fix incorrect module suggestion for -S option" or "Improve error handling in importlib". |
There was a problem hiding this comment.
| A pull request should have a clear and descriptive title that accurately reflects the change being made. Avoid vague titles such as "fix bug" or "update code". Instead, use specific titles like "Fix incorrect module suggestion for -S option" or "Improve error handling in importlib". | |
| A pull request should have a clear and descriptive title that accurately reflects the change being made. | |
| Avoid vague titles such as "fix bug" or "update code". | |
| Instead, use specific titles like "Fix incorrect module suggestion for --output option" or "Improve error handling in importlib". |
Sorry, something went wrong.
|
@Shashank01177 little ping, please sign the CLA and address review comments. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Added guidance for writing clear and descriptive pull request titles in the "Making good PRs" section. This helps avoid vague titles and improves clarity for contributors.