Replies: 3 comments 10 replies
-
IMO, In most JavaScript opensource community, people should prefer just contribute code/doc, publish by project maintainer And end products(van-latest.js/van-latest.min.js) also shouldn't be contained in source code repo, which can be distribute by npm or just in Github release page |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to add prettier to ensure a common styling ? |
Beta Was this translation helpful? Give feedback.
-
Thanks for @enpitsuLin and @andrewgryan for your precious feedback. I think the steps described above can be used for testing purpose, if you want to (you can also skip this part if your PR is simple enough and you have the confidence in its correctness). For 3rd-party PRs, I think the process can be:
Let me know your thought on this. |
Beta Was this translation helpful? Give feedback.
-
Want to discuss the draft contribution process to see if there are any problems with 3rd party contributors. Once the steps can be finalized and verified by some contributors, I will publish them to
CONTRIBUTING.md
.src/
directory.bash publish.sh
within thesrc/
directory. (While it might seem unusual to run a command within a subdirectory, fixing that isn't currently a priority.) Make sure the bash script completes with no error messages. This action generates the published bundles corresponding to the new version..debug.js
and.d.ts
files as well.Beta Was this translation helpful? Give feedback.
All reactions