Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ Contributions are welcome!
# Create your feature branch
git checkout -b feature/amazing-feature

# Commit changes
# Stage and commit changes
git add .

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pull request description mentions that the root folder in the project structure diagram was updated from my-react-app/ to commdesk/. However, this change is not included in the current diff (line 25 of README.md still reads my-react-app/). Please add this modification to the pull request to keep the documentation consistent with the description.

git commit -m "Add amazing feature"

# Push
Expand Down