AllAlgorithms / python

Implementation of All ▲lgorithms in Python Programming Language
https://github.com/python
MIT License
346 stars 171 forks source link

ADDING Vigenere Cipher #124

Closed rkraja2751 closed 3 years ago

rkraja2751 commented 3 years ago

I am creating a pull request for...

hemanth-kotagiri commented 3 years ago

@abranhe, please check out my review and if you agree with me, add the Plagiarism label and close this PR.

Thanks!

rkraja2751 commented 3 years ago

Hello, @rkraja2751. Thanks for your interest in contributing to this repository. I am sorry to tell you that the code that you've written is strikingly similar to the code in this website: https://www.geeksforgeeks.org/vigenere-cipher/ which is authored by someone else. We do not encourage plagiarism.

Here are a few things that you need to consider before contributing to any repository:

1. Always read the contribution guidelines of the specific repository that you are contributing to.

2. You can always refer to any online resources for the feature/fix that you are working on to contribute, but never copy-paste code which will result in categorizing your PR under Plagiarism.

3. Always write clean and well-structured code. It's a best practice that you can do while contributing to Open Source.

Looking forward to your next PR! Thanks!

@hemanth-kotagiri
Really Sorry, for that. I will take care of it from next time.
I had closed my PR.

hemanth-kotagiri commented 3 years ago

Hey @rkraja2751! Don't be sorry! It's just a mistake that you've done and you're supposed to learn from it! Next time, please consider the points I mentioned before raising PRs in any repository, it will help you!

Thanks, again!