Skip to content

Fix markdown link formatting in CONTRIBUTING.md#16176

Merged
FelixMalfait merged 1 commit intotwentyhq:mainfrom
Anshgrover23:patch-1
Nov 28, 2025
Merged

Fix markdown link formatting in CONTRIBUTING.md#16176
FelixMalfait merged 1 commit intotwentyhq:mainfrom
Anshgrover23:patch-1

Conversation

@Anshgrover23
Copy link
Copy Markdown
Contributor

@Anshgrover23 Anshgrover23 commented Nov 28, 2025

CC: @FelixMalfait

Before:
image

After:
image

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Nov 28, 2025

Greptile Overview

Greptile Summary

Fixed markdown link formatting in .github/CONTRIBUTING.md by correcting the syntax from (text)[url] to the proper [text](url) format.

  • Corrected the link to create issues on GitHub, changing from reversed syntax to standard markdown format
  • No functional or logical issues found - this is a pure documentation formatting fix
  • The change improves readability and ensures the link renders correctly

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a trivial documentation formatting fix
  • The change is a simple one-line fix correcting markdown link syntax in documentation from (text)[url] to the proper [text](url) format. This is a pure formatting correction with no code logic, no functional changes, and no potential side effects. The fix is syntactically correct and improves documentation readability.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
.github/CONTRIBUTING.md 5/5 Fixed incorrect markdown link syntax by swapping brackets and parentheses to proper format

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Doc as CONTRIBUTING.md
    participant User as Reader
    
    Dev->>Doc: Identify incorrect markdown syntax
    Note over Doc: (text)[url] format is invalid
    Dev->>Doc: Fix to [text](url) format
    Note over Doc: Proper markdown link syntax
    User->>Doc: Read documentation
    Doc->>User: Display correctly formatted link
Loading

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link
Copy Markdown
Member

@FelixMalfait FelixMalfait left a comment

Choose a reason for hiding this comment

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

Thank you!

@FelixMalfait FelixMalfait merged commit 7620e1b into twentyhq:main Nov 28, 2025
42 checks passed
NotYen pushed a commit to NotYen/twenty-ym that referenced this pull request Dec 4, 2025
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.

2 participants