-
Notifications
You must be signed in to change notification settings - Fork 12
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
Title is typoed with %s
#55
Comments
hey! May I work on this one? |
Hi! |
Hey @fricoben 🚀🚀🚀, I estimate this will take 2–3 days to complete. To solve this, I’ll update theme.config.tsx to make the title dynamic, test for functionality, and follow all contribution guidelines. I already contributed to Starknet Quest so I'm familiar with the workflow. |
Hello @fricoben, I would love to tackle this one! |
I'd like to handle this task. ETA 12 hours |
Hello, @fricoben can I handle this? |
Could I be assigned to this? |
Hi, I'm Josué Brenes and I'll be working on issue. I estimate this will take 1 day to complete. My Plan for Fixing the Dynamic Title Issue1. Create a BranchI will fork the repo and create a branch: git checkout -b fix-[issue-number] 2. Make the ChangesI will update head: () => {
const { title } = useConfig();
return (
<>
<HeadComponent />
<title>{title}</title>
</>
);
}, 3. Test LocallyI will verify the changes work by running: npm run build
npm run start 4. Commit and PushOnce tested, I’ll commit and push: git add theme.config.tsx
git commit -m "Fix: Dynamic title"
git push origin fix-[issue-number] 5. Submit PRI will create a pull request, referencing the issue with:
6. Review and FinalizeI’ll label the PR as "ready for review," address feedback, and ensure all tests pass. |
Could I take over this issue? Please let me do this. |
Hi Typoed I am Lucky Kamshak, a backend developer with over three years of experience specializing in Node.js, Express.js, and Python/Django. I’d like to contribute to your project by addressing the issue of making the app title dynamic. My Approach
I’m excited about the opportunity to contribute to your project and help enhance the app's functionality. |
Could I try solving this? |
Is it okay if I tackle this? I finished the ecole 42 program with a web project, and I'd like to make this exit to contribute to a project and get started! :) |
Is this issue still available? |
Would love to work on this issue My approach: First will start by inspecting the codebase and then move to the destination file and will check the typo error and make it dynamic as per requested and at the end testing to check whether its dynamic or not and then eventually end by making a PR. ETA- 1day |
Is this issue still available? |
I'd love to give this a go. |
1 similar comment
I'd love to give this a go. |
Is it okay if I tackle this? |
I'd love to work on this! |
I'd like to take this issue. |
I would like to work on this issue @fricoben |
Is this issue still available? |
I’d love to work on this task. |
Can I handle this task? |
Description 📹
Title of the app is typoed we need to make the title dynamic.
Proposed Actions 🛠️
Here’s a checklist of actions to follow for resolving this issue:
Fork and Create Branch:
Fork the repository and create a new branch using the issue number:
Implement Changes:
theme.config.tsx
Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: [Short description of the fix]"
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Close #[issue_id]
.Thank you for your contribution 🙏
The text was updated successfully, but these errors were encountered: