Wing Chat is a messaging desktop application that uses C# .NET technology
git checkout <your-branch-name>
- Merge any changes from your working branch into the branch you want to push to using
git merge <working-branch>
- if there are merge conflicts arised resolve them.
- now you can push your work to the meant branch
1️⃣git add .
2️⃣git commit -m "<your-message>"
make sure to copy the commit message structure from Jira
3️⃣git push
👓 Team Work Conventions and Rules Please carefully review and adhere to each point in your tasks Focus on your designated task files and folders and maintain organization (avoid modifying other tasks and folders to prevent conflicts). Follow the correct naming conventions in your .NET code. Utilize MVC as required in your code. Review your code after completion and consider any potential enhancements (Is the code clean? Can it be further improved? Did you adhere to naming conventions?). Develop React components for your tasks while ensuring compliance with React naming conventions. Please note that these guidelines are specific to the context of .NET and React development, and you may need to adapt them to your specific project or team requirements.