Rules to follow when working with this repository.
- Always work by forking the repository
- Always create a new branch when working
- The commit message should be descriptive about the changes you made in the code, like, "Create form for login", "Implement logic for user authentication", etc. And don't write the commit like "Made changes in the code", "Created some files", etc.
- Always push the code to the development branch, not the main branch.
- Always inform the owner about the changes you made.