Skip to content

Development Process

Evgeny Gavrin edited this page May 27, 2015 · 17 revisions

Proposals, Get Answers and Report a Bug via Github Issues

If you have a question about JerryScript code, have trouble any documentation, would like to suggest new feature, or find a bug, review the current JerryScript issues in GitHub, and if necessary, create a new issue.

There are several labels on the Issue. Please choose proper labels on the purpose.

  • bug
  • enhancement : feature enhancement proposal
  • feature request : new feature proposal
  • question : any questions on the project

and so on.


Patch Submission Process

If your patchset include a new feature, please discuss with community members in advance via Github Issues. When you're confident with your patchset, please submit your patch by following steps.

1. Scope the patch

Smaller patches are generally easier to understand and test, so please submit changes in the smallest increments possible.

2. Sign your work with the JerryScript DCO

The sign-off is a simple line at the end of the explanation for the patch, which certifies that you wrote it or otherwise have the right to pass it on as an Open Source patch. The sign-off is required for a patch to be accepted.

4. Code review

Code review can be performed by all the members of the Project (not just Maintainers and Committers). Members can review code changes and share their opinion by comments with the following principles:

  • Discuss code; never discuss the code's author.
  • Respect and acknowledge contributions, suggestions, and comments.
  • Listen and be open to all different opinions.
  • Help each other.

Changes are submitted via pull requests and only the Maintainers and Committers should approve or reject the pull request.

5. Maintain the code

When the patches are accepted through proper review process and integrated into the master branch, please keep in mind that you have a responsibility to maintain the code throughout its lifecycle.