Tico4Chain-Coders / POC-Trustless-Work

POC of a decentralized application (dApp) to enhance trust in agency-client relationships using blockchain. It enables trustless payments via smart contracts, securing funds in escrow until milestones are approved by clients. Stablecoins like USDC are used to ensure stability and ease of use.
6 stars 12 forks source link

🧪 CONTRIBUTORS GUIDELINE 🧪 #19

Closed JoelVR17 closed 1 week ago

JoelVR17 commented 1 week ago

Contributing Guide

1. Fork the Repository


2. Clone the Fork

git clone https://github.com/YOUR_USERNAME/REPOSITORY_NAME.git

3. Create a New Branch

git checkout -b your-branch-name

4. Make Atomic Commits

git add .
git commit -m "type: description"

5. Push Your Changes

git push origin your-branch-name

IMPORTANT NOTE:

It's important to note that we are using Husky. This means that when you run a git push, Husky will automatically execute npm run format and npm run lint. If either of these commands throws an error, the push will not be successful, and you will see a Husky error. When this happens, make sure to resolve any format and lint errors before trying the push again.


6. Generate a Pull Request (PR)