Skip to content

Fix markdown lint#80

Merged
aaronpowell merged 5 commits into
github:mainfrom
askpt:askpt/fix-markdown-lint
Jul 13, 2025
Merged

Fix markdown lint#80
aaronpowell merged 5 commits into
github:mainfrom
askpt:askpt/fix-markdown-lint

Conversation

@askpt

@askpt askpt commented Jul 11, 2025

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.

Description

This pull request updates the applyTo field in several instruction files to standardize its format and improve specificity where applicable. Most changes involve replacing array-style syntax with a simpler string format, while one change refines the scope of applicability for a specific file.

Standardization of applyTo field format:

Improved specificity in applicability:


Type of Contribution

  • Other (please specify):
    Fixing some issues reported by VSCode in the markdown files.

Additional Notes

N/A


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

askpt added 2 commits July 11, 2025 08:56
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 11, 2025 08:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request standardizes the applyTo field format in instruction files to improve consistency and fix markdown linting issues. The changes primarily convert array-style syntax to string format while maintaining the same functionality.

  • Standardized applyTo field format from array syntax to string format across multiple instruction files
  • Improved specificity for GitHub Actions instructions by targeting specific workflow files
  • Fixed markdown linting issues reported by VSCode

Reviewed Changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
instructions/security-and-owasp.instructions.md Converted applyTo from ["*"] to "*" for consistency
instructions/kubernetes-deployment-best-practices.instructions.md Standardized applyTo from ['*'] to '*'
instructions/github-actions-ci-cd-best-practices.instructions.md Changed applyTo from ['*'] to '.github/workflows/*.yml' for better specificity
instructions/devops-core-principles.instructions.md Updated applyTo from ['*'] to '*'
instructions/containerization-docker-best-practices.instructions.md Converted applyTo from ['*'] to '*'

Comment thread instructions/security-and-owasp.instructions.md Outdated
@aaronpowell aaronpowell merged commit 858c812 into github:main Jul 13, 2025
2 checks passed
@askpt askpt deleted the askpt/fix-markdown-lint branch October 1, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants