-
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
Any contribution guidelines for this repo? #1
Comments
@nomanoff Thank you for your help, all help are welcoming. Based on your comment, you don't have any experience in open-source contribution, what I can suggest you can start small by working on the "Adding extra Categories Tags breaks the UI fluidity on mobile apps." from this GitHub issue: ixartz/Astro-boilerplate#7. Then, you can tackle the second one. Let me know what do you think. |
Awesome. Thank you for the oportunity. I will check that issue out then. |
I have some questions. How do you test the components while developing? I heard it is done with tools like storybook but don't see it in the dependencies so I wanted to know how you guys did it? Also, are there any rules or convetions I need to follow to contribute to this library? Thank you. |
Thank you for asking. You can test the components with the main project with The rules and convention is already enforced by ESLint with Husky. It'll automatically run the linter before each commit. |
Okay, I got it. Thank you |
Good day. I have fixed the "Adding extra Categories Tags breaks the UI fluidity on mobile apps" issue with the "astro-boilerplate-components". However when I tried to test the package locally I am getting an error inside "astro-boilerplate" project. So, here is the what I did:
Why do you think I got this error to run npm package locally? Did I follow wrong steps? |
The fix is ready. I isoleted the Thank you for your time. |
@nomanoff, Thank you for finding the solution. It looks good to me the solution with If you are still interested by the project, we can remove |
Great then! I will make the pull request. Regarding your question, I am really interested in this project. Please give me some more deatails for the next task and I will try my best. |
@nomanoff thank you for your first contribution, I just merged your pull request. There are a lot of work in this project, hope you'll grow your skill with more complex feature. The idea is to remove |
Thank you very much. I am really looking forward to working more with open-source. |
Yes, creating the Sure, no problem, this is totally normal, we all have some commitment elsewhere. |
Great then. I will work on that. |
I was using the Atro Boilerplate (https://github.com/ixartz/Astro-boilerplate) and have noticed that the components do not take any style props. This was also mentioned in an issue (ixartz/Astro-boilerplate#7). As a reply it was mentioned that the pull requests are welcome for this repo. So, I was curious if I could help with that. I am new to astro and typescript and I really wanna contribute to open-sourse. So, is there anything that I can help you guys? I am acutally looking for a first issue, because I haven't done any open-source contributions before. I would be really happy for this oportunity to help and also grow my own skills.
Thank you.
The text was updated successfully, but these errors were encountered: