Renamed 'Introduction' to 'Introduction.md' for better consistency #219
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request addresses a minor but important file naming issue within the "
Cloud_providers/Azure
" directory. The file previously named "Introduction file
" has been renamed to "Introduction.md
" to follow standard markdown file conventions and improve the readability of the repository.Changes:
Cloud_providers/Azure/Introduction file
toCloud_providers/Azure/Introduction.md
.Reason for Change:
Markdown files typically end with the
.md
extension, which allows for proper formatting and display on GitHub.This change enhances the professionalism and structure of the repository, ensuring that files are more easily identifiable for users and contributors.
Hacktoberfest 2024 Contribution:
This change is part of my participation in Hacktoberfest 2024, an event that encourages open-source contributions. I hope this improvement makes the repository more user-friendly and structured for future collaborators.
Looking forward to your feedback and possible merge. Thank you!