jasp402 / Easy-YOPmail

📮 YOPmail emails manager from an NPM NodeJS library
https://jasp402.github.io/Easy-YOPmail/starter-topic.html
18 stars 3 forks source link

How to Contribute? #18

Closed StephenMP closed 3 months ago

StephenMP commented 3 months ago

It looks like v4.x used to be written in JS on the master branch as the source of truth. Now it seems that it's being developed locally on a private branch as the source of truth and you have local scripts that minify the JS and push it to the main branch.

If I wanted to contribute, how can I do so since I can't code against the minified JS?

jasp402 commented 3 months ago

Hello. If correct, the public version is obfuscated to improve performance and minimize weight. The way the community has been participating and helping to improve the bookstore with their experience and use. For example, version 5.1 was released today to meet a need raised by the community.

Do you have any particular improvements you'd like to see in the library?

StephenMP commented 3 months ago

@jasp402

Yes, I understand the minification, I was just hoping to have a way in which to contribute (e.g. a dev branch that is non-minified). Changes I was hoping to PR was obtaining available domains including the daily domain as well as adding type support for TypeScript, etc.