From feb7d9b641db8816fe09ffb1ccd9333b037250b9 Mon Sep 17 00:00:00 2001 From: Rebecca Bol Date: Wed, 8 May 2024 16:01:50 -0700 Subject: [PATCH] Misc | Fix: Contributing.md typos --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fcf4f6aaf..7c806cd71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,11 @@ # Contributing to _Unovis_ -We want to make contributing to this project as easy and transparent. +We want to make contributing to this project as easy and transparent as possible. ## Code of Conduct F5 has adopted a Code of Conduct that we expect project participants to adhere -to. Please read [the full text](CODE_OF_CONDUCT.md) so that you can understand +to. Please read [the full text](https://github.com/f5/unovis/blob/main/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated. ## Our Development Process @@ -21,7 +21,7 @@ More details coming soon, stay tuned! ## Pull Requests We actively welcome pull requests. If you want to submit one, please follow the following process: -1. Fork the repo and create your branch from `develop`; +1. Fork the repo and create your branch from `main`; 2. If you've added a new feature, changed the configuration or public methods, please update the docs; 3. Make sure your code lints; 4. Submit your PR!