Thank you for contributing to this project! 🎉 Together, we can build something amazing. Follow these steps to make your contributions seamless:
- Start by creating a fork of the main repository under your GitHub account.
- Don’t forget to give the project a ⭐ star to show your support!
- Clone your forked repository to your local machine:
git clone https://github.com/YOUR_USERNAME/SafeSwap.git
- Optionally, add the main repository as an upstream remote to easily fetch updates and handle conflicts:
git remote add upstream https://github.com/KaizeNodeLabs/SafeSwap.git
- Work on a new branch to keep changes organized:
git checkout -b your-branch-name
- Each commit should focus on a single change to keep your history clean.
- Use clear, descriptive messages for your commits:
git add .
git commit -m "Descriptive message for your changes"
- Push your branch to your forked repository:
git push origin your-branch-name
- Open a PR to the main branch of the original repository.
- Fill out the PR template carefully to ensure your contributions are reviewed promptly.
- Note: PRs without a properly completed template will not be considered.
Stay connected! Join our Contributors Telegram to collaborate, ask questions, and get updates. 💬
Let’s build together! 🚀 If you have any questions, feel free to ask. Happy coding! 💻 ⚡