Spaces:
Paused
Paused
| 1. Go to the apps/lms directory of your installation and execute git pull --unshallow to ensure that you have the full git repository. Also fork the frappe/lms repository on GitHub. | |
| 1. Check out a working branch in git (e.g. git checkout -b my-new-branch). | |
| 1. Make your proposed changes to the source | |
| 1. Run your local version (e.g. bench start in your bench installation). Make sure that your changes work the way you want them to. | |
| 1. Commit your changes to your branch. Make sure to use a semantic commit message. | |
| 1. Push your branch to your fork on Github, and issue a pull request. | |