diff --git a/README.md b/README.md index bdc5b9d7..41b2b205 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Company Files Management Plugin for Zuri Chat.
+ ### **Linting** Linting is the automated checking of a source code for programmatic and stylistic errors. This is done by using a lint tool (otherwise known as linter). A lint tool is a basic static code analyzer. Linting is important to reduce errors and improve the overall quality of our code. @@ -61,4 +62,4 @@ This plugin uses Commitlint to ensure commits messages follow a particular conve 7. Commit your changes with a descriptive commit message : `git commit -m "your commit message"`. 8. To make sure there are no conflicts : `git pull upstream main` 9. Push changes to your new branch : `git push origin feat-import-file-from-url` -10. Create a pull request to the `dev` branch. \ No newline at end of file +10. Create a pull request to the `dev` branch.