-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix grammar:Getting started page #2118
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
base: development
Are you sure you want to change the base?
Conversation
Hi |
Hey @Beeram12 👋 Thanks so much for contributing to GoFr! You're absolutely right—many of the "good first issues" tend to be documentation-related, which are great for getting familiar with the project. But if you're looking to work on a feature or bug fix, you're more than welcome to explore the open issues and pick one that feels like a good fit for you. We encourage contributors to dive into the issue list, read through the descriptions, and choose something that matches their interest and comfort level. If you need help understanding any issue or want guidance on where to begin, feel free to reach out—we’re happy to support you! |
Hi, can I pick issues which are tagged under |
Hey @Beeram12 most of that issues have been already picked up but if there is some left please feel free to pick it up. |
Pull Request Template
fix #1931
Description:
Corrects the grammartical mistake from
"GoFr is Opinionated Web Framework written in Go (Golang)."
to"GoFr is an opinionated web framework written in Go (Golang)."
Breaking Changes (if applicable):
Additional Information:
Checklist:
goimport
andgolangci-lint
.Thank you for your contribution!