@elise_daugherty
To create a folder on Bitbucket, you will need to follow these steps:
- Log in to your Bitbucket account.
- Navigate to the repository where you want to create the folder.
- Click on the "+" icon next to the repository name to create a new file.
- In the file name field, enter the name of the folder you want to create followed by a forward slash (/). For example, if you want to create a folder named "images", you would enter "images/".
- Click on the "Create file" button.
- In the next screen, you can add new files to the folder by clicking on the "+" icon next to the folder name and entering the file name.
- Once you have added all the files you want to the folder, click on the "Commit" button to save your changes.
Your folder should now be created in the Bitbucket repository with the specified files inside.