Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 1.29 KB

Contributing

We welcome your contributions to OpenSeq2Seq!

Issues

Questions

If you are submitting a question - please tag your issue with question label.

Feature requests

Describe your feature request in detail and use enchancement tag.

Bugs

For all other issues make sure you've included all the necessary information for us to reproduce your problem:

  • Tensorflow version
  • OpenSeq2Seq version (or commit id)
  • GPU models, CUDA and driver versions
  • etc.

Pull request

If you want to start working on OpenSeq2Seq a good place to start would be issues tagged with good first issue label. You might also consider opening an enchancement issue and assigning it yourself, especially if you plan a bigger change.

  • The best way to send a PR is to fork OpenSeq2Seq and send PR from your fork
  • Before merging, your PR will have to go through code review by us.

We use Google Python Code Style, so make sure to run pylint over your code (pylint config is located in the .pylintrc file in the root of OpenSeq2Seq) and check that the score is >= 8.0. We also recommend using GIT Pylint Commit Hook to automate this process.

Thanks for contributing!