From 722c9547d1e2375b0e7120c1b77ca4a97ebb429c Mon Sep 17 00:00:00 2001 From: Aris Sotiropoulos Date: Tue, 26 Mar 2019 21:38:51 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d8dafc..2cb6480 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # OpenACC -Training Material/GPU Programming/OpenACC \ No newline at end of file +Training Material/GPU Programming/OpenACC + +The present project contains code and exercises using OpenACC for programming GPUs. + +## 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 -- GitLab