Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.12 KB

Contributing

General Jupyter contributor guidelines

If you're reading this section, you're probably interested in contributing to Jupyter. Welcome and thanks for your interest in contributing!

Please take a look at the Contributor documentation, familiarize yourself with using the Jupyter Server, and introduce yourself on the mailing list and share what area of the project you are interested in working on.

For general documentation about contributing to Jupyter projects, see the Project Jupyter Contributor Documentation

Adding Fixtures

Trigger the events on GitHub Save the event and response locally. Run the event against the locally running server. Save a stripped version to the test/fixtures folder. Set the "installation" value of the event to 2 for consistency. Write the tests.

node_modules/.bin/probot receive -e workflow_run -p test/fixtures/workflow_runs.requested.pull_request.json ./lib/index.js
node_modules/.bin/probot receive -e workflow_run -p test/fixtures/workflow_runs.requested.push.json ./lib/index.js