From 52569586058a1a6943469dbacf23f1c20e9741f9 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Thu, 13 Feb 2025 13:01:29 -0600 Subject: [PATCH] update contributing guide --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc8c0a373..e30897142 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,12 +2,12 @@ Thank you for considering contributing to the project! I welcome contributions from everyone. -**NOTE: If you are looking to open a PR, please fork off of the `next` branch since that has the latest changes** +**NOTE: If you are looking to open a PR, please fork off of the `master` branch since that has the latest changes** ## How to contribute - Fork the repo -- Checkout the `next` branch `git checkout next` +- Checkout the `master` branch `git checkout master` - Create a new branch for your feature `git checkout -b new-feature` - Start making changes and fixing things - Open a pull request [here](https://github.com/hzrd149/nostrudel/pulls)