Contribution Guide
Everyone can contribute to help other developers utilize this documentation for their learning and to improve their programming skills.
Naming Convention for filenames
- Lowercase Letters: Use lowercase letters to maintain consistency and avoid issues in case-sensitive file systems.
-
Example:
frontend-engineering.md -
Hyphens for Spaces: Use hyphens to separate words instead of spaces or underscores. This improves readability and avoids issues with URLs.
-
Example:
learning-and-development.md -
Descriptive Names: Use descriptive names that clearly indicate the content of the file.
-
Example:
introduction-to-css.md -
Avoid Special Characters: Avoid using special characters except for hyphens. This prevents potential issues with different operating systems.
-
Example:
setup-guide.md -
Versioning: If versioning is necessary, include the version number at the end of the file name.
-
Example:
api-documentation-v1.0.md -
Dates: If including dates, use the ISO format (YYYY-MM-DD) for clarity and sorting purposes.
- Example:
release-notes-2024-07-06.md
Following these guidelines, some examples of Markdown file names are:
getting-started.mdfrontend-best-practices.mdresponsive-design.mdjavascript-fundamentals.mdcss-tips-and-tricks.md