-
-
Notifications
You must be signed in to change notification settings - Fork 37
docs: contributing.md #549
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: main
Are you sure you want to change the base?
Conversation
|
1st draft @manuel3108 @AdrianGonz97 @benmccann Could you please review and give feed back. What is missing? What needs more explanation? Is it how you want it style/voice wise? Mistakes? etc. Does it need changeset section similar to sveltekit docs? Testing conventions are not documented, could some one give me a run down of how you write your tests (dot point style, ill pull examples and things from code base once I know what good looks like) Note: I am going through the migrate part in my next session |
commit: |
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.
Thank you so much! This is very appreciated.
Is it how you want it style/voice wise?
I think this is a very good starting point. I think in the future we might be able to get a bit closer to the svelte and kit guides (at least the parts that apply). But that's non-blocking obviously, because everything is better than no contributing guide!
Does it need changeset section similar to sveltekit docs?
I would say yes, since this is crucial. We could also add there that changelogs should only be generated for sv
and svelte-migrate
since all other packages are bundled and not published.^
Testing conventions are not documented, could some one give me a run down of how you write your tests (dot point style, ill pull examples and things from code base once I know what good looks like)
I don't think we do have some real conventions at this point. Our testing coverage is not determined but probably very sparse. The only notable thing here might be that for each add-on we have integration tests setup, that actually install the deps, build the app, run the dev server and then run a few small snippets to see if the changes introduced by the add-on are working as expected.
Thank you so much for your help!
Co-authored-by: Manuel <[email protected]>
Actually, there is alos the |
Have Updated on that feed back. Thanks @manuel3108 |
Have added change set command, and finished updates from feedback. Ready for second review. |
Updated. Thanks @benmccann |
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.
Apart from my two minor comments I think we should be good here. Thanks for your help!
Thanks for all the feedback. Made this easy, appreciate it. |
Closes: #362