From 5e1969bb09b5bb38effb6c724fdd8c4e65f9ceb1 Mon Sep 17 00:00:00 2001 From: Radhika Saliya <74301808+cp-radhika-s@users.noreply.github.com> Date: Wed, 25 Dec 2024 12:20:43 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#159) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 449070fd..8c9ec8d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ If you are reporting a bug, please help speed up problem diagnosis by providing ## Contributing code We actively welcome your pull requests. You can find instructions on building the project in [README.md](https://github.com/canopas/khelo). -1. Fork the repo and create your branch from `master`. +1. Fork the repo and create your branch from `main`. 2. If you've added code that should be tested, add tests. 3. Make sure your code lints. @@ -29,4 +29,4 @@ Labels on issues are managed by contributors, you don't have to worry about them * **non-library**: issue is not in the core library code, but rather in documentation, samples, build process, releases ## License -By contributing to Khelo, you agree that your contributions will be licensed under its Apache License, Version 2.0. See LICENSE file for details. \ No newline at end of file +By contributing to Khelo, you agree that your contributions will be licensed under its Apache License, Version 2.0. See LICENSE file for details.