From 3e05e7bb024f446870893f3facec3cc01f775ae5 Mon Sep 17 00:00:00 2001 From: Jens Astrup Date: Sat, 28 Dec 2024 14:45:55 -0500 Subject: [PATCH] Update CONTRIBUTING.md (#21) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74747bd..f085180 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,6 @@ Please provide the full traceback you encountered, and the version of `pyOutlook` you're using. -## Merge Requests -Please try and include additional tests to cover whatever additions you are making. Keep an eye out on the [Gitlab CI Pipeline](https://gitlab.com/jensastrup/pyOutlook/pipelines) - -if any of the jobs fail, check to see what issues were encountered and get those fixed. If the tests fail, we can't merge into the master branch! \ No newline at end of file +## Pull Requests +- Please include additional tests to cover whatever additions or updates you are making. If the tests fail, we can't merge into the main branch! +- Pull requests should be made to the `development` branch.