Skip to content

Commit 1734a65

Browse files
authored
Minor edits to CONTRIBUTING.md (#750)
* Clarify PR flow for mongodb employees
1 parent 0522fda commit 1734a65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ To contribute to the project, you should follow the standard GitHub workflow:
6060
- If there's a Jira ticket for your changes, name the branch after the ticket (e.g. `DOCSP-1234`).
6161
- If there's no Jira ticket, name the branch after the changes you're making (e.g. `fix_typos`).
6262
3. Make your changes. Commit them to your branch and push to your fork.
63-
4. Create a pull request to merge the changes from `<your fork/branch>` into
64-
the `mongodb:chatbot/main` branch.
63+
4. First, push your branch to the upstream repository. Then, create your pull request to merge the upstream branch (i.e., merge `mongodb:chatbot/<your-branch>` into `mongodb:chatbot/main`). Our CI process only runs on branches in the mongodb/chatbot repository, not branches in forks.
6564

6665
## Network Access
6766

0 commit comments

Comments
 (0)