1.8 KiB
Contributing
Thank you for your interest to contribute to Peer Calls. By participating in this project, you agree to abide by the code of conduct.
Everyone is expected to follow the code of conduct anywhere in the project codebases, issue trackers and chatrooms.
Notice
Before contributing, check the issue tracker and see if there is already an issue about something you're trying to implement. Check if somebody else is already assigned to the issue. It is recommended to ask or create an issue before implementing changes - this way you'll have a lower chance that your pull request will be rejected.
Contributing Code
- Fork the repo
- Install dependencies:
npm install - Make sure the tests pass:
npm run ci - Make your change on a new feature branch, with new passing tests. We use ESLint to lint the code.
- Push to your fork.
- Make sure to rebase to master and squash commits to a single commit.
- Write a good commit message.
- Submit a pull request.
Others will give constructive feedback. This is a time for discussion and improvements, and making the necessary changes will be required before we can merge the contribution.
License
As the project uses the MIT license, you agree that any code you submit to the project will also be licensed under the same license.