Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

34 lines (16 loc) · 1.24 KB

Welcome to DeepPavlov Dream contributing guide

New contributor guide

Issues

Create a new issue

First, make sure the issue doesn't exist in the list yet. If a related issue doesn't exist, you can open a new one.

Solve an issue

Scan through our existing issues to find one that interests you. You can narrow down the search using labels as filters. If you find an issue to work on, you are welcome to open a PR with a fix.

Fork and make changes

After you've chosen the issue to work on, fork the repository and make changes.

Commit your update

If your work includes many commits, make sure to squash them.

Pull request

Open a new pull request with updates from your working branch against our main branch. Please keep track of the discussions in your pull request as we will review your code and probably ask you to fix any issues that may rise.

Your PR is merged

After we have reviewed and fixed any issues, your PR will be merged. Thank you for contributing to open source!