You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting ideas for developer docs here rather than in separate issues. Trying to minimize nags and only focus on things that I think would be helpful for inviting contributors and allowing for maintenance
How to run tests? (looks pretty standard, npm install && npm run test)
Expectations for contributions in Contributing.md - "test new functionality, run tests, etc."
... (will update as i continue to read)
The text was updated successfully, but these errors were encountered:
Thank you! We have now added to the Contributing.md in commit 6e74c28:
Test new functionalities
If you would like to change the code, please make sure the existing tests run using npm install && npm run test.
If you add a new functionality, please also implement new test(s) to make sure of its correct working. Thank you.
Part of: openjournals/joss-reviews#6336
Collecting ideas for developer docs here rather than in separate issues. Trying to minimize nags and only focus on things that I think would be helpful for inviting contributors and allowing for maintenance
npm install && npm run test
)Contributing.md
- "test new functionality, run tests, etc."The text was updated successfully, but these errors were encountered: