mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Update contributing.md
This commit is contained in:
parent
60a9a58833
commit
4971d129f6
@ -39,7 +39,7 @@ The main `jspsych` repository is open to new plugins and extensions that are lik
|
||||
|
||||
The `jspsych-contrib` repository is open to any contributions that are complete and working code. There are some minimal guidelines in place about basic documentation that should be provided. Contributors can choose whether to develop their plugin or extension using our [TypeScript template](https://github.com/jspsych/jspsych-contrib/blob/main/templates/plugin-template-ts/src/index.ts) or using our [JavaScript template](https://github.com/jspsych/jspsych-contrib/blob/main/templates/plugin-template-js/src/index.js).
|
||||
|
||||
The [`README.md`](https://github.com/jspsych/jspsych-contrib) in our `jspsych-contrib` repository offers detailed information for each approach, as well as how to start each process using CLI tools like `npm run new`. Those relying on the Typescript template can then use the `npm run build` command to compile their `index.ts` code into Javascript files. Meanwhile, those templating directly in Javascript can run their trial code using the `trial()` method, as detailed in our [plugin developer documentation](github.com/jspsych/jspsych-contrib).
|
||||
The [`README.md`](https://github.com/jspsych/jspsych-contrib) in our `jspsych-contrib` repository offers guidance for each approach. This repo is also (for now) the exclusive home for CLI tools like `npm run new`, which we've built to get you started with either. Those relying on the Typescript template can then use the `npm run build` command to compile their `index.ts` code into Javascript files. Meanwhile, those templating directly in Javascript can run their trial code using the `trial()` method, as detailed in our [plugin developer documentation](https://www.jspsych.org/latest/developers/plugin-development/).
|
||||
|
||||
Contributions to `jspsych-contrib` are not evaluated for general usefulness in the same way that contributions to the main repository are. We also periodically consider whether to move contributions into the main repository from `jspsych-contrib` based on their popularity and completeness (documentation and testing).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user