From 7f79e1d3a6bb1f1fa49d39099093c25f749e19ee Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Tue, 16 May 2023 11:56:07 -0500 Subject: [PATCH] Adds `develop` branch instructions to CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11478c1..74d687c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,8 @@ All features added by third-party contributors will be considered *experimental* For more specific instructions regarding contributing features to Delta, see [ExperimentalFeatures.md](Docs/ExperimentalFeatures.md). +> Make sure to use the `develop` branch as the base branch for all Pull Requests. + ## Contribution Guidelines **Check out our project board first!** @@ -59,4 +61,4 @@ For example, when editing code that uses the Allman brace style (a.k.a. brackets All pull requests must adhere to the PR template, filling out each section as appropriate. **Only PRs that follow this template will be accepted.** -Once you've submitted your PR, we will review it and provide feedback as soon as we can. \ No newline at end of file +Once you've submitted your PR, we will review it and provide feedback as soon as we can.