-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Readme script update #1750
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
base: main
Are you sure you want to change the base?
Readme script update #1750
Conversation
- Updated the script for to check the README files of the projects based on the new documentation guidlines - Checks for sections, title format, prohibited links, file format & structure within the project's folder. Signed-off-by: Cristian Mihai Popa <[email protected]>
- Renamed to README.md - Contains info about the check_for_missing_readme_md.sh and check_guideline.py - Highlights the guidlines which must be followed when writting a new README file Signed-off-by: Cristian Mihai Popa <[email protected]>
@@ -1,55 +1,162 @@ | |||
# User guide for [check_guideline.py](https://github.com/analogdevicesinc/hdl/tree/main/.github/scripts/check_guideline.py) | |||
# Guidlines & files check scripts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Guidlines & files check scripts | |
# Guidelines & files check scripts |
This scripts are used for checking the integrity and correctness of the | ||
files across HDL/ repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This scripts are used for checking the integrity and correctness of the | |
files across HDL/ repository. | |
This script is used for checking the integrity and correctness of the README | |
files across the HDL repository. |
files across HDL/ repository. | ||
|
||
## User guide for [check_for_missing_readme_md.sh](https://github.com/analogdevicesinc/hdl/blob/main/.github/scripts/check_for_missing_readme_md.sh) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
#### 3. Special carrier exceptions | ||
|
||
The following carriers are allowed to use hyphens in their README titles and are not flagged for title mismatches: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following carriers are allowed to use hyphens in their README titles and are not flagged for title mismatches: | |
The following carriers are allowed to use underscore in their README titles and are not flagged for title mismatches: |
PR Description
Updated the check_for_missing_readme_md.sh which is responsible to check README files based on the newly implemented documentation guidelines. Also, updated the .md file renaming it to README.md format. In this file are described the two scripts and there're also highlighted the documentation rules regarding README files.
PR Type
PR Checklist