-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Fix MD047: Ensure License and Contributing Files End with Single Newline #1068
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?
Conversation
*Total -- 2,148.53kb -> 2,069.17kb (3.69%) /media/bootstrap-claude-code.gif -- 302.03kb -> 287.57kb (4.79%) /media/specify_cli.gif -- 1,744.60kb -> 1,681.69kb (3.61%) /media/spec-kit-video-header.jpg -- 101.89kb -> 99.91kb (1.95%) Signed-off-by: ImgBotApp <[email protected]>
[ImgBot] Optimize images
…gle newline character, fixing the MD047 issue.
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.
Pull Request Overview
This PR fixes markdown linting issues (MD047) by ensuring LICENSE and CONTRIBUTING.md files end with a single newline character, improving compatibility with markdown tools and CI/CD pipelines.
Key changes:
- Removes extra blank line from end of LICENSE file
- Adds bash syntax highlighting to code blocks in CONTRIBUTING.md
Reviewed Changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| LICENSE | Removes trailing blank line to comply with MD047 |
| CONTRIBUTING.md | Adds bash syntax highlighting to code blocks and ensures proper newline ending |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@mindblowngaming can you please clarify why the images are being modified? |
|
@localden the images were compressed to smaller size by that is through the github marketplace apps. |
|
@localden, I had to resolve the conflict since, the document was changed from last updates. I find easy just to have Markdown files easily parsed by Ai models to be in the constitutions file it keeps documentation clean. |
This update resolves markdown linting issues (MD047) by ensuring the LICENSE and CONTRIBUTING.md files each end with a single newline character. This fixes compatibility and formatting checks with markdown tools and CI/CD pipelines. No functional logic is changed—only file ending formatting to adhere to repository standards.