Skip to content
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

Update footer for resume #1010

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Ilmakram
Copy link

@Ilmakram Ilmakram commented Nov 9, 2024

Pull Request for Resum-Resume 💡

Issue Title :

  • Info about the related issue (Aim of the project) :
  • Name:
  • GitHub ID:
  • Email ID:

Closes: #issue number that will be closed through this PR

Describe the add-ons or changes you've made 📃

Give a clear description of what have you added or modifications made

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

Describe how it has been tested
Describe how have you verified the changes made

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced a structured and visually appealing footer with enhanced styling.
    • Updated footer links for "CV Templates" and "Privacy Policy" with correct URLs.
  • Style Improvements

    • Enhanced overall visual presentation and responsiveness with new color schemes and layout adjustments.
    • Improved button styles and hover effects for better user interaction.
  • Documentation

    • Restructured and clarified contributing guidelines to assist potential contributors.

Copy link

coderabbitai bot commented Nov 9, 2024

Walkthrough

The changes in this pull request introduce several enhancements to the webpage's footer, including new CSS styles and structural modifications in the HTML. The Resume.css file adds classes for the footer layout, while style.css updates color schemes and padding. Additionally, the package.json files are modified to include local dependencies. The resume.html file updates footer links and styles, ensuring a cohesive design throughout the webpage.

Changes

File Change Summary
Resume.css Added new classes: .footer, .footer-section, .footer-bottom, and styles for headings and lists.
backend/package.json Added local dependency "backend": "file:" and formatted the "start" script for readability.
package.json Added local dependency "resum-resume": "file:" and updated the license field with a trailing comma.
resume.html Updated footer links and added a class to unordered lists; modified social media links for accessibility.
style.css Changed footer background color and padding; updated font sizes and colors; adjusted button styles and media queries.

Possibly related PRs

Suggested labels

hacktoberfest, level2, gssoc-ext, hacktoberfest-accepted

Suggested reviewers

  • GarimaSingh0109

🐰 In the footer, bright and neat,
New styles and links, oh what a treat!
With colors that pop and padding so wide,
Our webpage now has a stylish pride.
So hop along, let's take a look,
At this lovely new design in our book! 🌼


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between d550840 and 3a825f2.

📒 Files selected for processing (1)
  • resume.html (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • resume.html

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Ilmakram
Copy link
Author

Ilmakram commented Nov 9, 2024

issue num #1011

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 7

🧹 Outside diff range and nitpick comments (9)
Resume.css (1)

493-500: Enhance list items and links for better user experience.

Consider adding these improvements:

.footer-section ul li {
    font-size: 1.5rem;
    font-weight: 500;
+    list-style-type: none;
}

.footer-section ul li a {
    color: #000;
+    text-decoration: none;
+    transition: color 0.3s ease;
}

+.footer-section ul li a:hover {
+    color: #007bff;
}
style.css (5)

Line range hint 1-3: Consolidate CSS custom properties (variables) declarations.

There are multiple :root declarations in the file. Consider consolidating all color variables into a single :root block at the top of the file for better maintainability.

:root {
-    --soft-teal: #003d4d;
+    --soft-teal: #003d4d;
+    --deep-teal: #cad0d2;
+    --off-white: #f8f9fa;
+    --dark-slate: #2f4f4f;
+    --soft-gold: #d9c79e;
}

- /* Remove duplicate :root declaration */
- :root {
-    --deep-teal: #003d4d;
-    --off-white: #f8f9fa;
-    --dark-slate: #2f4f4f;
-    --soft-gold: #d9c79e;
- }

Also applies to: 669-670


Line range hint 476-484: Fix syntax error in .ul class definition.

There's a missing closing brace in the .ul class definition, and there appears to be a duplicate declaration.

.ul {
   padding: 0;
   list-style: none;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   text-align: center;
+}

- /* Remove duplicate declaration */
- .ul {
-    padding: 0;
-    list-style: none;
-    font-family: Verdana, Geneva, Tahoma, sans-serif;
-    text-align: center;
- }

Line range hint 501-515: Resolve conflicting color declarations for footer links.

The footer link colors have conflicting declarations. Consider using CSS variables for consistent styling.

.footer .footer-section ul li a {
-    color: rgb(88, 88, 88);
-    color: #2f4f4f;
+    color: var(--dark-slate);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .footer-section ul li a:hover {
-    color: white;
-    text-decoration: none;
-    color: #3f10ea;
+    color: var(--soft-gold);
+    text-decoration: none;
}

Line range hint 644-656: Fix invalid background-color value in media query.

The background-color value is missing the # prefix for the hex color.

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    header {
        padding: 2rem;
-        background-color: 003d4d;
+        background-color: var(--deep-teal);
    }
}

Line range hint 1-700: Consider modularizing CSS for better maintainability.

The CSS file has grown quite large and contains some duplicated media queries. Consider:

  1. Splitting styles into separate files by component (header.css, footer.css, etc.)
  2. Using a CSS preprocessor like SASS to better organize variables and mixins
  3. Implementing a CSS methodology like BEM for better structure
resume.html (3)

296-315: Move list styles to external CSS file and improve semantic HTML.

The footer structure looks good, but there are a few improvements to consider:

  1. The class name ul is not semantic. Consider using more meaningful names like footer-links or footer-nav.
  2. Some links are using "#" as placeholder. Ensure all links are properly configured.
- <ul class="ul">
+ <ul class="footer-nav">

331-332: Fix indentation in footer closing tags.

The closing tags have inconsistent indentation.

-      </footer>
+    </footer>

Inconsistent Font Awesome versions across pages may cause icon display issues

The verification revealed:

  • All referenced local CSS files (style.css and Resume.css) exist in the repository
  • Multiple Font Awesome versions are being used across different pages:
    • Version 6.6.0: resume.html, signup.html, RateMyResume.html, etc.
    • Version 5.15.3: index.html, Faqs.html
    • Version 5.15.4: login.html
    • Version 6.0.0-beta3: ats_score_finder.html

Consider standardizing the Font Awesome version across all pages to ensure consistent icon rendering and maintenance.

🔗 Analysis chain

Line range hint 7-9: Verify integrity of external resources and file paths.

Let's ensure all referenced files exist and are properly linked.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the existence of referenced CSS files and their content

# Check if the CSS files exist
echo "Checking CSS files..."
fd -e css

# Check for any broken links in HTML files
echo "Checking for broken links..."
rg -l 'href="[^h].*?"' 

# Verify Font Awesome version compatibility
echo "Checking Font Awesome version..."
rg 'font-awesome.*?min.css'

Length of output: 3272

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 42c118b and 08507a7.

⛔ Files ignored due to path filters (2)
  • backend/package-lock.json is excluded by !**/package-lock.json
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (5)
  • Resume.css (1 hunks)
  • backend/package.json (1 hunks)
  • package.json (1 hunks)
  • resume.html (2 hunks)
  • style.css (1 hunks)
🔇 Additional comments (2)
backend/package.json (1)

7-7: LGTM! Using nodemon for development.

The use of nodemon for auto-reloading during development is a good practice.

Resume.css (1)

489-491: LGTM! Heading styles are correctly implemented.

The font size for footer section headings is appropriately set.

"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"backend": "file:",
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove circular dependency.

The addition of "backend": "file:" creates a circular dependency where the package depends on itself. This is problematic because:

  1. The file URL is incomplete (missing path)
  2. Self-referential dependencies can cause npm install failures
  3. This change appears unrelated to the PR's footer update objective

Remove this line as it's not needed and could cause installation issues:

-    "backend": "file:",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"backend": "file:",

Comment on lines +12 to +14
"dependencies": {
"resum-resume": "file:"
}
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove circular dependency configuration

The package is configured to depend on itself which creates a circular dependency. This can cause npm installation failures and is generally an anti-pattern. Additionally, the "file:" URL is incomplete as it's missing the actual path.

Remove the self-referential dependency:

-  "dependencies": {
-    "resum-resume": "file:"
-  }

If you need to reference local files, consider:

  1. Using relative paths in your imports
  2. Setting up proper workspace dependencies if this is a monorepo
  3. Publishing the package to npm if it needs to be shared
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"dependencies": {
"resum-resume": "file:"
}

Comment on lines +11 to +14
"license": "ISC",
"dependencies": {
"resum-resume": "file:"
}
Copy link

Choose a reason for hiding this comment

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

💡 Codebase verification

Remove circular dependency in package.json

The package.json shows a circular dependency where the project resum-resume depends on itself ("resum-resume": "file:"). This is incorrect and should be removed as:

  • The package name itself is "resum-resume"
  • There's no valid local package path specified after "file:"
  • No files in the codebase actually use this dependency
  • The change is unrelated to footer updates

Please remove the entire dependencies section as it contains an invalid self-reference that serves no purpose.

🔗 Analysis chain

Verify the necessity of package.json changes

These modifications to package.json appear unrelated to the PR's stated objective of updating the footer. Could you please clarify why these dependency changes are needed for the footer updates?

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check if the package is actually used in footer-related files
rg -l "require\(['\"]resum-resume['\"]\)" 

Length of output: 47


Script:

#!/bin/bash
# Check for any imports or requires of resum-resume using different patterns
rg -l "resum-resume"

# Check the package.json content to understand the dependency
cat package.json

# Look for any footer-related files
fd "footer" --type f

Length of output: 722

Comment on lines +502 to +511
.footer-bottom p {
font-size: 1.5rem;
font-weight: 500;
}

.footer-bottom {
display: flex;
justify-content: center;
align-content: center;
}
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Fix footer bottom alignment.

The align-content property is incorrect for this use case. Use align-items for vertical centering in a flex container.

.footer-bottom {
    display: flex;
    justify-content: center;
-    align-content: center;
+    align-items: center;
}
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
.footer-bottom p {
font-size: 1.5rem;
font-weight: 500;
}
.footer-bottom {
display: flex;
justify-content: center;
align-content: center;
}
.footer-bottom p {
font-size: 1.5rem;
font-weight: 500;
}
.footer-bottom {
display: flex;
justify-content: center;
align-items: center;
}

Comment on lines +484 to +487
.footer {
background-color: #003d4d;
padding-bottom: 10rem;
}
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Update footer container styles to match design specifications.

The footer styles need to be adjusted to match the design requirements:

.footer {
-    background-color: #003d4d;
-    padding-bottom: 10rem;
+    background-color: #cad0d2;
+    padding: 10rem;
}
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
.footer {
background-color: #003d4d;
padding-bottom: 10rem;
}
.footer {
background-color: #cad0d2;
padding: 10rem;
}

Comment on lines +333 to +357
<style>
.footer-section{
display: flex;
justify-content: left;
flex-direction: column;

}
.footer-section ul.ul li a {
color: white;
}
.ul{
display: flex;
flex-direction: column;
justify-content: left;
}
li{
text-align: left;
}
.footer a{
color: white;
}
.footer p{
margin-top: 2rem;
}
</style>
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Move inline styles to external CSS file and enhance responsiveness.

The current implementation has several issues:

  1. Inline styles should be moved to the external Resume.css file for better maintainability
  2. Missing media queries for responsive design
  3. Some redundant properties in the CSS

Move these styles to Resume.css:

/* Footer Layout */
.footer-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav li {
  text-align: left;
}

.footer a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer a:hover {
  opacity: 0.8;
}

.footer p {
  margin-top: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .footer-content {
    grid-template-columns: 1fr;
  }
}

resume.html Outdated
Comment on lines 320 to 324
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-x-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
Copy link

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Add proper social media links and aria-labels.

The social media links should include proper URLs and accessibility improvements.

- <a href="#"><i class="fab fa-facebook-f"></i></a>
- <a href="#"><i class="fab fa-x-twitter"></i></a>
+ <a href="https://facebook.com/resumbuilder" aria-label="Follow us on Facebook">
+   <i class="fab fa-facebook-f"></i>
+ </a>
+ <a href="https://twitter.com/resumbuilder" aria-label="Follow us on X (formerly Twitter)">
+   <i class="fab fa-x-twitter"></i>
+ </a>

Committable suggestion skipped: line range outside the PR's diff.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🧹 Outside diff range and nitpick comments (5)
contributing.md (5)

5-7: Improve introduction wording for conciseness.

The introduction contains redundant use of the word "project". Consider revising for better flow:

-Thank you for your interest in contributing to the LinkedIn Resume Builder project! We appreciate your help in making this project better.
+Thank you for your interest in contributing to LinkedIn Resume Builder! We appreciate your help in making it better.
🧰 Tools
🪛 LanguageTool

[style] ~7-~7: The wording of this phrase can be improved.
Context: ...der project! We appreciate your help in making this project better. Please follow the guidelines below to ...

(MAKE_STYLE_BETTER)


21-21: Fix preposition usage.

Change "at the top right corner" to "in the top right corner" for correct preposition usage.

🧰 Tools
🪛 LanguageTool

[grammar] ~21-~21: The usual preposition to use with “corner” is “in”, not “on”. Did you mean “in the top right corner”?
Context: ...ory 🍴 1. Click on the Fork button at the top right corner of the repository page. 2. Clone your f...

(ON_IN_THE_CORNER)


51-51: Add hyphens to compound adjective.

Change "up to date" to "up-to-date" when used as a compound adjective before a noun.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~51-~51: It appears that hyphens are missing in the adjective “up-to-date”.
Context: ...w your support! 2. Ensure your fork is up to date with the main repository: ```bash ...

(UP_TO_DATE_HYPHEN)


90-93: Remove unnecessary empty lines.

There are multiple empty lines that should be removed for better markdown formatting.


100-100: Maintain a professional tone.

Consider using fewer exclamation marks in the conclusion to maintain a more professional tone.

-Thank you for contributing to the LinkedIn Resume Builder project! We appreciate your help in making it a better resource for everyone! If you have any questions, feel free to reach out!
+Thank you for contributing to the LinkedIn Resume Builder project. We appreciate your help in making it a better resource for everyone. If you have any questions, feel free to reach out!
🧰 Tools
🪛 LanguageTool

[style] ~100-~100: Using many exclamation marks might seem excessive (in this case: 4 exclamation marks for a text that’s 2466 characters long)
Context: ...ve any questions, feel free to reach out!

(EN_EXCESSIVE_EXCLAMATION)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 08507a7 and d550840.

📒 Files selected for processing (1)
  • contributing.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
contributing.md

[style] ~7-~7: The wording of this phrase can be improved.
Context: ...der project! We appreciate your help in making this project better. Please follow the guidelines below to ...

(MAKE_STYLE_BETTER)


[grammar] ~21-~21: The usual preposition to use with “corner” is “in”, not “on”. Did you mean “in the top right corner”?
Context: ...ory 🍴 1. Click on the Fork button at the top right corner of the repository page. 2. Clone your f...

(ON_IN_THE_CORNER)


[uncategorized] ~51-~51: It appears that hyphens are missing in the adjective “up-to-date”.
Context: ...w your support! 2. Ensure your fork is up to date with the main repository: ```bash ...

(UP_TO_DATE_HYPHEN)


[style] ~100-~100: Using many exclamation marks might seem excessive (in this case: 4 exclamation marks for a text that’s 2466 characters long)
Context: ...ve any questions, feel free to reach out!

(EN_EXCESSIVE_EXCLAMATION)

🪛 Markdownlint
contributing.md

11-11: null
Link fragments should be valid

(MD051, link-fragments)


12-12: null
Link fragments should be valid

(MD051, link-fragments)


13-13: null
Link fragments should be valid

(MD051, link-fragments)


14-14: null
Link fragments should be valid

(MD051, link-fragments)


15-15: null
Link fragments should be valid

(MD051, link-fragments)


16-16: null
Link fragments should be valid

(MD051, link-fragments)


17-17: null
Link fragments should be valid

(MD051, link-fragments)

- [Submitting Issues](#submitting-issues)
- [Submitting Pull Requests](#submitting-pull-requests)
- [Coding Style and Best Practices](#coding-style-and-best-practices)
- [Running Tests](#running-tests)
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove or implement the "Running Tests" section.

The table of contents includes a "Running Tests" section, but the corresponding section is missing from the document.

Either remove this entry from the ToC or add the missing section with testing instructions.

🧰 Tools
🪛 Markdownlint

16-16: null
Link fragments should be valid

(MD051, link-fragments)


### Prerequisites
- [Forking the Repository](#forking-the-repository)
- [Setting Up the Development Environment](#setting-up-the-development-environment)
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Add missing "Setting Up the Development Environment" section.

This section is listed in the Table of Contents but is missing from the document.

Consider adding a section that includes:

  • Required dependencies
  • Environment setup steps
  • Configuration instructions
🧰 Tools
🪛 Markdownlint

12-12: null
Link fragments should be valid

(MD051, link-fragments)

Comment on lines +11 to +17
- [Forking the Repository](#forking-the-repository)
- [Setting Up the Development Environment](#setting-up-the-development-environment)
- [Submitting Issues](#submitting-issues)
- [Submitting Pull Requests](#submitting-pull-requests)
- [Coding Style and Best Practices](#coding-style-and-best-practices)
- [Running Tests](#running-tests)
- [Code of Conduct](#code-of-conduct)
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

Fix invalid markdown link fragments.

The table of contents links don't match the actual section IDs. In markdown, spaces are replaced with hyphens and letters are lowercased in section IDs.

-- [Forking the Repository](#forking-the-repository)
-- [Setting Up the Development Environment](#setting-up-the-development-environment)
-- [Submitting Issues](#submitting-issues)
-- [Submitting Pull Requests](#submitting-pull-requests)
-- [Coding Style and Best Practices](#coding-style-and-best-practices)
-- [Running Tests](#running-tests)
-- [Code of Conduct](#code-of-conduct)
+- [Forking the Repository](#forking-the-repository-)
+- [Setting Up the Development Environment](#setting-up-the-development-environment)
+- [Submitting Issues](#submitting-issues-)
+- [Submitting Pull Requests](#submitting-pull-requests-)
+- [Coding Style and Best Practices](#coding-style-and-best-practices-)
+- [Code of Conduct](#code-of-conduct-)

Committable suggestion skipped: line range outside the PR's diff.

🧰 Tools
🪛 Markdownlint

11-11: null
Link fragments should be valid

(MD051, link-fragments)


12-12: null
Link fragments should be valid

(MD051, link-fragments)


13-13: null
Link fragments should be valid

(MD051, link-fragments)


14-14: null
Link fragments should be valid

(MD051, link-fragments)


15-15: null
Link fragments should be valid

(MD051, link-fragments)


16-16: null
Link fragments should be valid

(MD051, link-fragments)


17-17: null
Link fragments should be valid

(MD051, link-fragments)

@Ilmakram
Copy link
Author

Ilmakram commented Nov 9, 2024

donee #1011 added proper link to the social media icon

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.

1 participant