-
Notifications
You must be signed in to change notification settings - Fork 30
Added sample_name-e3ff333a.md #133
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,47 @@ | ||||||
| --- | ||||||
| blogpost: true | ||||||
| date: 23 May, 2026 | ||||||
| author: sample name | ||||||
| location: | ||||||
| category: members | ||||||
| language: Español | ||||||
| image: 1 | ||||||
| excerpt: 1 | ||||||
| --- | ||||||
|
|
||||||
| # sample name | ||||||
|
|
||||||
| ```{gravatar} sample@email.com | ||||||
| --- | ||||||
| width: 200 | ||||||
| class: "member-gravatar" | ||||||
| --- | ||||||
| ``` | ||||||
|
|
||||||
| ```{{raw}} html | ||||||
| <ul class="social-media profile"> | ||||||
| <li> | ||||||
| <a class="external reference" href="https://gitla.com/holiwis"> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix the broken GitLab URL on Line 24.
Suggested fix- <a class="external reference" href="https://gitla.com/holiwis">
+ <a class="external reference" href="https://gitlab.com/holiwis">📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| <iconify-icon icon="simple-icons:gitlab" style="font-size:2em"></iconify-icon> | ||||||
| </a> | ||||||
| </li> | ||||||
| </ul> | ||||||
| ``` | ||||||
|
|
||||||
| ## Sobre mí | ||||||
|
|
||||||
| ### ¿Quién eres y a qué te dedicas? | ||||||
|
|
||||||
| afsdgdhj | ||||||
|
|
||||||
| ### ¿Cómo programas en Python? | ||||||
|
|
||||||
| asdfgh | ||||||
|
|
||||||
| ### ¿Tienes algún aporte a la comunidad de Python? | ||||||
|
|
||||||
| afdsgh | ||||||
|
|
||||||
| ### ¿Estás disponible para hacer mentoring, consultorías, charlas? | ||||||
|
|
||||||
| afdsghd | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| --- | ||
| blogpost: true | ||
| date: 23 May, 2026 | ||
| author: sample user | ||
| location: | ||
| category: members | ||
| language: Español | ||
| image: 1 | ||
| excerpt: 1 | ||
| --- | ||
|
|
||
| # sample user | ||
|
|
||
| ```{gravatar} sample@user.com | ||
| --- | ||
| width: 200 | ||
| class: "member-gravatar" | ||
| --- | ||
| ``` | ||
|
|
||
| ```{{raw}} html | ||
| <ul class="social-media profile"> | ||
| <li> | ||
| <a class="external reference" href="http://asasdasd.com"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace placeholder social URL on Line 24.
🤖 Prompt for AI Agents |
||
| <iconify-icon icon="simple-icons:gitlab" style="font-size:2em"></iconify-icon> | ||
| </a> | ||
| </li> | ||
| </ul> | ||
| ``` | ||
|
|
||
| ## Sobre mí | ||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,21 @@ | ||||
| --- | ||||
| blogpost: true | ||||
| date: 23 May, 2026 | ||||
| author: Sample user | ||||
| location: | ||||
| category: members | ||||
| language: Español | ||||
| image: 1 | ||||
| excerpt: 1 | ||||
| --- | ||||
|
|
||||
| # Sample user | ||||
|
|
||||
| ```{gravatar} sample email | ||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use a valid email value in the gravatar directive on Line 14.
Suggested fix-```{gravatar} sample email
+```{gravatar} sample@user.com📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||
| --- | ||||
| width: 200 | ||||
| class: "member-gravatar" | ||||
| --- | ||||
| ``` | ||||
|
|
||||
| ## Sobre mí | ||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove placeholder author records or replace them with valid contributor metadata.
These lines look like template data and will be consumed by the authors parser, producing invalid/public-facing entries (for example, Line 18 yields
mailto:sample email). Please keep only real contributors here and valid emails.Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents