CONTRIBUTING.rst 1.1 KB

12345678910111213141516171819202122232425
  1. =============================
  2. SciPy pull request guidelines
  3. =============================
  4. Pull requests are always welcome, and the SciPy community appreciates
  5. any help you give. Note that a code of conduct applies to all spaces
  6. managed by the SciPy project, including issues and pull requests:
  7. https://github.com/scipy/scipy/blob/main/doc/source/dev/conduct/code_of_conduct.rst.
  8. When submitting a pull request, we ask you to check the following:
  9. 1. **Unit tests**, **documentation**, and **code style** are in order.
  10. For details, please read
  11. https://github.com/scipy/scipy/blob/main/doc/source/dev/hacking.rst.
  12. It's also OK to submit work in progress if you're unsure of what
  13. this exactly means, in which case you'll likely be asked to make
  14. some further changes.
  15. 2. The contributed code will be **licensed under SciPy's license**,
  16. https://github.com/scipy/scipy/blob/main/LICENSE.txt.
  17. If you did not write the code yourself, you ensure the existing
  18. license is compatible and include the license information in the
  19. contributed files, or obtain permission from the original
  20. author to relicense the contributed code.