- All the PRs should be generated against
development
branch - Remember to run
npm run format
before creating pull request so that the code is formatted. - Netlify will create a preview inside pull request, please check if your work is fine.
- If the PR is related to any front end change, please attach relevant screenshots in the pull request description.
- You can find the netlify deployment at https://dscmsit.netlify.app/ based on the
development branch
- It might include those changes as well, which are in currently in development and are worked upon
- These changes might not be published yet to the official website.
- So it's recommended to go through the netlify deployed website first before raising an issue or making any pull request.
Quick start options:
- Download from Github.
- Clone the repo:
https://github.com/dscmsit/dscmsit.github.io.git
. npm install
to install all the devDependencies
Within the download you'll find the following directories and files:
dscmsit.github.io/
├── css/
| ├── index.css
| ├── team.css
| ├── youtube.css
| └── svg.css
├── js/
| ├── index.js
| ├── jq.js
| └──team.js
├── icons/
| └──favicons/
├── images/
| └──board19/
├── CNAME
├── index.html
├── videos.html
├── manifest.json
├── sw.js
└── team.html
Please help us follow the best practice to make it easy for the reviewer as well as the contributor.