UNPKG

1.49 kBMarkdownView Raw
1# Contributing to express-validator
2Hey! We are glad you want to help us improve express-validator.
3
4Even though we will appreciate any contribution, please make sure to read [this guide](https://guides.github.com/activities/contributing-to-open-source/) on how to contribute on GitHub.
5It's a short read and will get you started on how most things work.
6
7## Issues
8In case you are having issues while using express-validator, make sure to browse through the project's issues before opening a new one.
9Someone else may have had the same problem before.
10
11When opening a new issue, please provide us some code that reproduces the errors you're getting, perhaps some logs too, express-validator version, etc.
12Every detail you can give will be of great help.
13
14## Pull Requests
15Do you ant to dedicate your time to help improve the codebase? Great! Then submitting a pull request is the best way to do this.
16
17In case you opened a issue, then fixing it yourself is the fastest way to get it done.
18Otherwise, feel free to browse through the open issues and find some ideas on what needs some implementation.
19
20We have some requirements regarding pull requests:
21- **Every pull request must include tests!**
22- **The builds must pass**; if they don't, click through, find out why, and fix it.
23- If you're adding/changing functionality, make sure to reflect the changes in the readme file.
24
25---
26
27Finally, remember: **this is an open source project. We contribute whenever our time allows us.**