Contributing ============================ **Table of Contents** .. contents:: :local: :depth: 1 Pull Request: ----------------- The `PyRawS`_ project is open to contributions. To discuss new ideas and applications, please reach us via email (please refer to :ref:`contacts`). To report a bug or request a new feature, please open an `issue`_. If you want to contribute, please follow these steps: 1. Fork the project. 2. Create your feature branch (`git checkout -b feature/NewFeature`). 3. Commit your changes (`git commit -m 'Create NewFeature'`). 4. Push to the branch (`git push origin feature/NewFeature`). 5. Open a pull request. .. _PyRawS: https://github.com/ESA-PhiLab/PyRawS .. _issue: https://github.com/ESA-PhiLab/PyRawS/issues