mayukh18 / BlindChat

a facebook messenger bot that allows users to chat with other people on facebook anonymously
https://m.me/blindchat.go/
MIT License
111 stars 127 forks source link

added CONTRIBUTING.md #73

Open NickolaiBeloguzov opened 3 years ago

NickolaiBeloguzov commented 3 years ago

CONTRIBUTING.md file has been added to help future contributors and developers to participate in this project. It contains general rules for PRs and Code of Conduct.

NickolaiBeloguzov commented 3 years ago

Also this update contains some minor fixes in exception handling process. Exception, e was replaced by Exception as e because a) this is a more general practice and b) some linters may mark Exception, e expression as an error. Functionality has not been changed.