First off, thank you for considering contributing to Project Name. It's people like you that make Project Name such a great tool.
If you've noticed a bug or have a question, search the issue tracker to see if someone else in the community has already created a ticket. If not, go ahead and make one!
If this is something you think you can fix, then Chatbot-flow-builder and create a branch with a descriptive name.
A good branch name would be (where issue #325 is the ticket you're working on):
git checkout -b 325-contribution-guidelines
Clone your fork of the repository to your local machine:
git clone https://github.com/sidx8/Chatbot-flow-builder.git
Once you're done making changes, you can push your changes to your fork:
git add changed-files
git commit -m "Descriptive commit message"
git push origin YOUR_BRANCH_NAME
Go to your repository on GitHub, and click the "Compare & Pull Request" button.
Fill out your details and submit your pull request!
Congratulations! You have just made a significant contribution to Project Name.
Remember, contributors like you make this project what it is. Thank you!
Make sure to replace the YOUR_USERNAME
and REPO_NAME
placeholders with your actual GitHub username and the repository's name.