Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 

Repository files navigation

LMS System

Contributing

Dear Team To contribute, please follow these steps:

  1. Fork the Repository:
    • Click the "Fork" button in the upper right corner of the repository's GitHub page to create a copy of the repository in your GitHub account.

  1. Clone the Repository:
    • Clone your forked repository to your local machine using the following command in your terminal:
      git clone https://github.com/your-username/LMS-System.git
      
      Replace your-username with your GitHub username.

  1. Create a New Branch:
    • Create a new branch to work on your changes:
      git checkout -b my-feature
      
      Replace my-feature with a descriptive name for your feature or fix.

  1. Make Changes:
    • Make your desired changes to the codebase using your preferred code editor.

  1. Commit Changes:
    • Once you've made your changes, commit them with a descriptive commit message:
      git add .
      git commit -m "Add feature: describe your changes"
      

  1. Push Changes:
    • Push your changes to your forked repository:
      git push origin my-feature
      

  1. Create a Pull Request:
    • Go to the GitHub page of your forked repository. You should see a notification prompting you to create a pull request for the branch you just pushed.
    • Click on the "Compare & pull request" button to start creating a pull request.

  1. Describe Your Changes:
    • Provide a descriptive title and detailed description for your pull request, explaining the changes you made and why they are necessary.

  1. Submit Pull Request:
    • Click on the "Create pull request" button to submit your pull request. A maintainer of the LMS System repository will review your changes and merge them if they are deemed appropriate.

  1. Sync Fork (Optional):
    • To keep your forked repository up to date with the original repository, you can sync your fork using the following steps:
      git remote add upstream https://github.com/LMS-System/LMS-System.git
      git fetch upstream
      git checkout master
      git merge upstream/master
      git push origin master
      
      Replace LMS-System with the original repository's GitHub organization or username.

By following these steps, you'll be able to contribute effectively to the LMS System project. Thank you for your collaboration!

About

LMS system under dev

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages