内容简介:We are very excited that you are interested in contributing to neo.mjs.No worries, you don't need to be a guru, ninja or rockstar to support the project.1. neo.mjs just got released, so the most important thing right now is to get more eyes on the project
neo.mjs Contributing Guide
We are very excited that you are interested in contributing to neo.mjs.
No worries, you don't need to be a guru, ninja or rockstar to support the project.
What you can do to help:
1. neo.mjs just got released, so the most important thing right now is to get more eyes on the project.
- Add a star to this repository. Ok, this one was easy. Thank you!
- Tell your friends about neo.mjs.
- Write blog posts or post on social media (Facebook, LinkedIn, Twitter, etc.)
- Please stick to our Code of Conduct
- Interested to see a neo.mjs session at a developer conference? Definitely possible. Just reach out!
2. Use the issues tracker
- In case you got an idea for a new feature
-
In case you find a bug
- Ideally, you create a new breaking test inside the tests folder. This saves a lot of time and ensures the bug will stay fixed once the ticket is resolved.
- Please like or comment on current tickets. This is a great help to figure out which tickets are the most important ones for the neo.mjs community.
3. Contribute to the neo.mjs code base
- Please always create a new issue inside our Issues Tracker first and wait for approval. This ensures that your idea fits the scope of the project and makes it less likely to get a rejected PR. We will do our best to reply to new tickets within 7d max. In case we don't, feel free to bump the ticket.
- In case you want to work on an existing ticket, please add a comment there and get the ticket assigned to you. Otherwise multiple contributors could work on the same item in parallel.
- Please make sure that pull requests are always related to an issue inside our Issues Tracker .
- Please create PRs for the dev branch and not for master.
-
Please do not copy code from other frameworks / libraries. So far, the entire neo.mjs code base is written from scratch.
- It is simply impossible to verify if contributed code is self-written.
- Adding new npm packages => dependencies / devDependencies is fine, in case there are no licensing conflicts.
4. In case you created a nice app or component using neo.mjs, please let us know about it.
- We are always interested to feature client projects in blog posts or on social media.
Copyright (c) 2015 - today, Tobias Uhlig & Rich Waters
以上所述就是小编给大家介绍的《Contributors wanted: multi-threading UI framework》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Effective JavaScript
赫尔曼 (David Herman) / 黄博文、喻杨 / 机械工业出版社 / 2014-1-1 / CNY 49.00
Effective 系列丛书经典著作,亚马逊五星级畅销书,Ecma 的JavaScript 标准化委员会著名专家撰写,JavaScript 语言之父、Mozilla CTO —— Brendan Eich 作序鼎力推荐!作者凭借多年标准化委员会工作和实践经验,深刻辨析JavaScript 的内部运作机制、特性、陷阱和编程最佳实践,将它们高度浓缩为极具实践指导意义的 68 条精华建议。 本书共......一起来看看 《Effective JavaScript》 这本书的介绍吧!