Skip to content

Contributing

Anthony Fu edited this page Jan 17, 2020 · 15 revisions

Thanks for being interested in contributing to this project! Here are some steps and notes for you before you go.

Project Setup

  1. Fork this repo

  2. Clone the repo to your local machine

  3. Create a branch, for example feature/very-cool-macro

  4. Install the dependencies

npm i

Code Style

Don't worry about the code style as long as you install the dev dependencies. Git hooks will format and fix them for you on committing.

Ways to contribute

Share Your Wenyan Scripts

To share your scripts, you can:

  • Share your code snippets on the Snippets Site
  • Add examples to the main repo
  • Create and publish your own packages on wyg

Share Your Works Related to Wenyan

WIP

Contribute to Code

WIP

Contribute to Documentation

WIP

Contribute to Online IDE

WIP

Contribute to Standard Library

WIP

Contribute to Testing

Check out the Testing Section.