Skip to content

Courses-journey/dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.NET learning Path

.NET courses journey

Youtube

Contribution

We welcome and appreciate contributions from the community to help improve this project.

  1. Fork the repository to your own GitHub account.
  2. Clone the forked repository to your local machine:
git clone https://github.com/Courses-journey/dotnet.git
  1. Create a new branch for your changes:
git checkout -b feature-name
  1. Make your changes and commit them:
git add .
git commit -m "Descriptive commit message"
  1. Push your changes to your fork:
git push origin feature-name
  1. Open a pull request on the main repository's main branch.

Guidelines

  • 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.