Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.68 KB

File metadata and controls

20 lines (12 loc) · 1.68 KB

Contributing to Interview Evaluations

Want to become an open source contributor? Awesome! We have docs that explain our Contribution Workflow and How to set up your developer environment.

Reporting Issues

Reporting issues is a great way to support the project. We always appeciate well-written and thorough bug reports.

Check if there is already an issue that contains your problem or suggestion. Steps to reproduce the bug and potential fixes are also valued.

Pull Requests

Pull requests are always welcome! We love getting contributions and do our best to review them quickly. Before doing any work, the improvement should be documented as a GitHub issue. If your pull request isn't accepted on the first try, don't get discouraged! Our Contribution Workflow explains our review process.

Proposals

We love hearing from the community and appeciate the desire to improve the project! Proposals can be suggested by creating a GitHub issue. You may suggest a feature enhancement, a new design for a feature, or even a completely new feature!

We believe in the Unix philosophy:

Write programs that do one thing and do it well.

We try to keep our API lean and easy-to-use. For this reason, we may decide against including a new feature.