diff --git a/README.md b/README.md index 4e23363171b5992a7ba27c956074f6268c102838..7542f722bcfb546687aca3b786453d37b3cb5f95 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -# NumPy-SciPi +# NumPy-SciPy -Numerical programming with NumPy and Scipy \ No newline at end of file +Numerical programming with NumPy and Scipy + +The present project contains code and exercises for NumPy and SciPy. + +## How to contribute + +Any contributions (new exercises and examples, bug fixes, improvements etc.) are +warmly welcome. In order to contribute, please follow the standard +GitLab workflow: + +1. Fork the project into your personal space +2. Create a feature branch +3. Work on your contributions +4. Push the commit(s) to your fork +5. Submit a merge request to the master branch + +As a quality assurance, the merge request is reviewed by PRACE staff before it is accepted into main branch. \ No newline at end of file