From 563e6c86319b9f484ef4181d20d2c24381556875 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 22 Jun 2018 16:31:00 +0200 Subject: [PATCH] Fixed line endings --- CONTRIBUTING.md | 52 ++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0f7afa67..8b995dab4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,27 +1,27 @@ -# Contributing - -## Code Style & Best Practices - -For the code style and best practices please have a look at the developer-guide [https://github.com/Orange-Management/Developer-Guide](https://github.com/Orange-Management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. - -## How Can I Contribute - -### Suggestions - -If you have a good idea for improvement feel free to create a new issue with all the relevant information. - -### Issues - -Feel free to grab any open issue implement it and create a new pull request. - -### Code Style - -Not always are the defined coding style standards upheld, if you notice that simply create a new pull request with the fix. - -### Code Coverage - -While code coverage is just a metric it is still appreciated to cover as many files and code paths as possible. Just have a look at the code coverage and implement missing unit tests. - -### Freatures - +# Contributing + +## Code Style & Best Practices + +For the code style and best practices please have a look at the developer-guide [https://github.com/Orange-Management/Developer-Guide](https://github.com/Orange-Management/Developer-Guide). Especially the `standards` should be followed for a successful pull request. + +## How Can I Contribute + +### Suggestions + +If you have a good idea for improvement feel free to create a new issue with all the relevant information. + +### Issues + +Feel free to grab any open issue implement it and create a new pull request. + +### Code Style + +Not always are the defined coding style standards upheld, if you notice that simply create a new pull request with the fix. + +### Code Coverage + +While code coverage is just a metric it is still appreciated to cover as many files and code paths as possible. Just have a look at the code coverage and implement missing unit tests. + +### Freatures + You have a good idea for a feature and can implement it yourself, go ahead and create a new pull request. \ No newline at end of file