Skip to content

Commit

Permalink
Checking cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinwendu20 authored Aug 31, 2021
1 parent 45dd6ca commit 7a2999e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Company Files Management Plugin for Zuri Chat.

<br>


### **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.

Expand Down Expand Up @@ -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.
10. Create a pull request to the `dev` branch.

0 comments on commit 7a2999e

Please sign in to comment.