To ensure that your contribution benefits the project and other users, be sure to follow these guidelines before creating a Pull Request (PR):
- Use Useful Changes: Make sure the fixes or features you add are useful to other users and improve the project as a whole.
- Do Not Modify Files in the
distFolder:- Files in the
distfolder should not be modified directly. - Unless you are adding new folders to the
dist, do not make any changes inside these folders.
- Files in the
- Modify Only in
srcorjsFolder:- All code changes must be made in the
srcorjsfolder.
- All code changes must be made in the
- Compile Code Before Making PR:
- Make sure to compile the files in the
srcfolder before creating a PR. - This ensures that your changes can be deployed in the distributed version without any problems.
- Make sure to compile the files in the