Thanks for wanting to contribute to Adigun - The Blockchain Tutor Telegram Bot . Please leave a star.
- You are welcome to contribute Code or Questions with Answers which can help improve the learning experience of the users of Adigun - The Blockchain Tutor Telegram Bot
To contribute, follow the following guidelines:
- Fork the project into your Github acccount
- Clone the forked repo to your computer
- Create a branch to add make your changes. Kindly create a branch name like so, yourfirstname for consistency
- Add a your feature or questions with answers.
- All questions and answers should go into the
replies.py
file
- All questions and answers should go into the
- Preview your changes and ensure it looks good. Also test and test to make sure any code contribution works well
git status
to check the new changesgit add 'ReadMe.md'
which is the file that was updatedgit pull origin master
to get all the new updates from the main repo. This ensures there are no merge conflictsgit commit -s -m "description of changes"
. The -s is the sign off flag and is extremely important. Please take note of itgit push origin name-of-your-branch
- Refresh your forked copy of the repo and you should automatically see your changes reflected
- Open a pull request. Here is how your comparison should be. Compare from the new branch of your forked copy of the repo with the master branch of the original repo.
- I check that all the guidelines are followed and your PR gets merged
Do you have more ideas on how to make the project even better, send me a message