Browse Source

add contributor for QuickJS

pull/12/head
Jerry Sievert 5 years ago
parent
commit
1ceb32e967
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      README.md

+ 3
- 2
README.md View File

@@ -96,11 +96,12 @@ function process(block) {
- Add your engine to the "List of ScriptEngines" in `src/ScriptEngine.cpp`. - Add your engine to the "List of ScriptEngines" in `src/ScriptEngine.cpp`.
- Build and test the plugin. - Build and test the plugin.
- Add a few example scripts and tests to `examples/`. These will be included in the plugin package for the user. - Add a few example scripts and tests to `examples/`. These will be included in the plugin package for the user.
- Add your name to the Contributers list below.
- Add your name to the Contributors list below.
- Send a pull request. Once merged, you will be added as a repo maintainer. Be sure to "watch" this repo to be notified of bugs in your engine. - Send a pull request. Once merged, you will be added as a repo maintainer. Be sure to "watch" this repo to be notified of bugs in your engine.


## Contributers
## Contributors


- [Wes Milholen](https://grayscale.info/): panel design - [Wes Milholen](https://grayscale.info/): panel design
- [Andrew Belt](https://github.com/AndrewBelt): host code, Duktape (JavaScript) - [Andrew Belt](https://github.com/AndrewBelt): host code, Duktape (JavaScript)
- [Jerry Sievert](https://github.com/JerrySievert): QuickJS (JavaScript)
- add your name here - add your name here

Loading…
Cancel
Save