From 9aa9c522cff8e7493f281c43083d78f25f825308 Mon Sep 17 00:00:00 2001 From: NOPResearcher Date: Thu, 20 Apr 2023 09:39:33 -0400 Subject: [PATCH] update contributing documents --- docs/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e8d4a95f..d5ce1df4 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -64,14 +64,14 @@ Here's an overview of how you can make a pull request against this project: 1. Fill out the [Splunk Contribution Agreement](https://www.splunk.com/goto/contributions). 2. Fork the [analytic\_story\_execution GitHub repository](https://github.com/splunk/attack_range/issues) -3. Clone your fork using git and create a branch off of master +3. Clone your fork using git and create a branch off of develop ``` $ git clone git@github.com:YOUR_GITHUB_USERNAME/attack_range.git $ cd attack_range - # This project uses 'master' for all development activity, so create your branch off that - $ git checkout -b your-bugfix-branch-name master + # This project uses 'develop' for all development activity, so create your branch off that + $ git checkout -b your-bugfix-branch-name develop ``` 4. Make your changes, commit, and push (once your tests have passed)