Student-Management-System is a PHP project for university of Sri Jayawardenepura
These are the instructions for setting up the project locally. If you are hoping to contribute to the project, this will help you do all the changes locally.
You can fork the project by clicking the fork button on the top right corner of the page.
The URL of the project you cloned would look like
(Replace [your_username] with your github username.)
https://github.com/[your_username]/JapuraEcon
You can clone it to your local machine by typing and entering the below command in your terminal. (Replace [your_username] with your github username.) git clone https://github.com/[your_username]/JapuraEcon
We use GitHub Issues as the official bug and new feature tracker for the Official JapuraEcon website.
These are the steps you must follow when you are going to report a bug or suggest a new feature to the project.
- Go to the issues tab.
https://github.com/sigzonicLabs/JapuraEcon/issues
- Click "New Issue" Button.
- Then you will be prompted a menu with options as "Bug report" and "Feature request".
- You can select either option based on the bug or feature you are going to report as an issue.
- After selecting the relevant option, provide a title for your issue.
- Next step is to fill out the template with accurate information about the bug or feature.
Here are some advices for our users that want to report an issue:
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
- If it is a new feature, try to explain it in a manner in which the reader would be able to get a fair understanding about it.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.