xxxxxxxx is an application that helps users grow their Instagram accounts. This repo is for the frontend development for the application which is visible to the customer. It contains the dashboard customers will use to manage their accounts as well as purchase more time for their accounts. It's framework is based on the OpenCart framework so it has a lot of shopping cart related features built in.
You will be provided a development environment and all settings associated with it. Use those settings during the following install process.
- Clone the repo to your local machine.
- Upload all files in the upload folder to your dev environment.
- Go to the url of your dev environment.
- Go through the installation process using your dev environment settings.
- Test all changes you make by uploading the files to your dev environment.
- Always push changes to a branch rather than to master.
- Your code standards should match the coding standards.
- Always push changes to a branch rathern than master.
- When you are ready for your changes to be merged into master, your branch will be merged into master.
Read the instructions below before you create a bug report.
- Ask other developers on the team if they have seen the bug or know how to fix it.
- Check all open and closed issues on the GitHub bug tracker.
- Make sure that your bug/issue is not related to your development environment.
The version is broken down into 4 points e.g 1.2.3.4 We use MAJOR.MINOR.FEATURE.PATCH to describe the version numbers.
A MAJOR is very rare, it would only be considered if the source was effectively re-written or a clean break was desired for other reasons.
A MINOR is when there are significant changes that affect core structures.
A FEATURE version is when new extensions or features are added.
A PATCH version is when a fix is added.