-
If you want to change something in a section that someone else is working on create an
issue
first if that person is not able to do those changes they are free toassign the issue
to that person who raised theissue
-
If you are doing contributing to the site create a new branch from the latest main branch and do your changes to the newly created branch.
-
Add your
name as an author
to theJS file
you are working on so that others do not alter the code insteadcreate an issue
first. -
If you are installing some new
packages
install them tomain
branch first and commit the changes and then do the same toyour branch
(all this to create less conflicts to thepackage.json
and avoidbuild check failures
).
check #website-github-updates (on our Discord) for updates on the repo
Note: Please relevant comments to your code as it is a good habit and it's easier for others your code.
Any more suggestions and corrections are welcomed