-
Notifications
You must be signed in to change notification settings - Fork 13
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 README.MD #176
Update README.MD #176
Conversation
WalkthroughThe latest updates to the Changes
Poem
Tip AI model upgrade
|
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.
Actionable comments posted: 3
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- README.MD (3 hunks)
Additional context used
Markdownlint
README.MD
1-1: null
Images should have alternate text (alt text)(MD045, no-alt-text)
5-5: null
Images should have alternate text (alt text)(MD045, no-alt-text)
25-25: null
Images should have alternate text (alt text)(MD045, no-alt-text)
37-37: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
LanguageTool
README.MD
[style] ~34-~34: Consider a different adverb to strengthen your wording.
Context: ...> ___ We’re always looking for people who value their work...(ALWAYS_CONSTANTLY)
@@ -32,7 +32,7 @@ An enterprise go template application showcasing - Testing strategies, middlewar | |||
___ | |||
|
|||
<span>We’re always looking for people who value their work, so come and join | |||
us. <a href="https://www.wednesday.is/hiring">We are hiring!</a></span> | |||
us. <a href="https://www.wednesday.is/hiring/?utm_source=github&utm_medium=go-template">We are hiring!</a></span> |
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.
Add alt text for the image and consider a different adverb.
Images should have alternate text (alt text) for accessibility. Additionally, consider using a different adverb to strengthen your wording, such as "constantly" instead of "always."
- us. <a href="https://www.wednesday.is/hiring/?utm_source=github&utm_medium=go-template">We are hiring!</a></span>
+ us. <a href="https://www.wednesday.is/hiring/?utm_source=github&utm_medium=go-template">We are hiring!</a></span>
+ alt="Wednesday Solutions Hiring">
- We’re always looking for people who value their work,
+ We’re constantly looking for people who value their work,
@@ -21,7 +21,7 @@ | |||
</p> | |||
|
|||
<div> | |||
<a href="https://www.wednesday.is/contact-us?utm_source=gthb&utm_medium=repo&utm_campaign=serverless" target="_blank"> | |||
<a href="https://www.wednesday.is/contact-us/?utm_source=github&utm_medium=go-template" target="_blank"> |
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.
Add alt text for the image.
Images should have alternate text (alt text) for accessibility.
- <img src="https://uploads-ssl.webflow.com/5ee36ce1473112550f1e1739/5f6ae88b9005f9ed382fb2a5_button_get_in_touch.svg" width="121" height="34">
+ <img src="https://uploads-ssl.webflow.com/5ee36ce1473112550f1e1739/5f6ae88b9005f9ed382fb2a5_button_get_in_touch.svg" width="121" height="34" alt="Get in Touch">
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.
<a href="https://www.wednesday.is/contact-us/?utm_source=github&utm_medium=go-template" target="_blank"> | |
<a href="https://www.wednesday.is/contact-us/?utm_source=github&utm_medium=go-template" target="_blank"> | |
<img src="https://uploads-ssl.webflow.com/5ee36ce1473112550f1e1739/5f6ae88b9005f9ed382fb2a5_button_get_in_touch.svg" width="121" height="34" alt="Get in Touch"> | |
</a> |
@@ -1,7 +1,7 @@ | |||
<img align="left" src="https://github.com/wednesday-solutions/go-template/blob/master/golang_template_github.svg" width="440" height="480" /> | |||
|
|||
<div> | |||
<a href="https://www.wednesday.is?utm_source=gthb&utm_medium=repo&utm_campaign=gotemplate" align="left" style="margin-left: 0;"> | |||
<a href="https://www.wednesday.is/?utm_source=github&utm_medium=go-template" align="left" style="margin-left: 0;"> |
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.
Add alt text for the image.
Images should have alternate text (alt text) for accessibility.
- <img src="https://uploads-ssl.webflow.com/5ee36ce1473112550f1e1739/5f5879492fafecdb3e5b0e75_wednesday_logo.svg">
+ <img src="https://uploads-ssl.webflow.com/5ee36ce1473112550f1e1739/5f5879492fafecdb3e5b0e75_wednesday_logo.svg" alt="Wednesday Solutions Logo">
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.
<a href="https://www.wednesday.is/?utm_source=github&utm_medium=go-template" align="left" style="margin-left: 0;"> | |
<a href="https://www.wednesday.is/?utm_source=github&utm_medium=go-template" align="left" style="margin-left: 0;"> | |
<img src="https://uploads-ssl.webflow.com/5ee36ce1473112550f1e1739/5f5879492fafecdb3e5b0e75_wednesday_logo.svg" alt="Wednesday Solutions Logo"> | |
</a> |
Ticket Link
Related Links
Description
Steps to Reproduce / Test
Request
Response
Summary by CodeRabbit
README.md
to improve tracking of source and medium for Wednesday Solutions.