.NET courses journey
We welcome and appreciate contributions from the community to help improve this project.
- Fork the repository to your own GitHub account.
- Clone the forked repository to your local machine:
git clone https://github.com/Courses-journey/dotnet.git
- Create a new branch for your changes:
git checkout -b feature-name
- Make your changes and commit them:
git add .
git commit -m "Descriptive commit message"
- Push your changes to your fork:
git push origin feature-name
- Open a pull request on the main repository's main branch.
- Before starting work on a new feature or change, please open an issue to discuss it.
- Follow the existing code style and conventions.
- Write clear and descriptive commit messages.
- Ensure your code is well-documented, especially for new features or changes.
- Update relevant documentation or README files if necessary.