forked from git-ankit/MovieRecommender
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from adipai/readme_branch2
Readme branch2
- Loading branch information
Showing
4 changed files
with
18 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ further defined and clarified by project maintainers. | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [email protected]. All | ||
reported by contacting the project team at [email protected]. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Contributing: | ||
|
||
* If you would like to contribute and collaborate for this repository, then please intimate us through email at [email protected] | ||
* If you would like to contribute and collaborate for this repository, then please intimate us through email at [email protected]. | ||
|
||
## Purpose of Contributing: | ||
|
||
|
@@ -14,33 +14,27 @@ | |
|
||
## Style checkers standards: | ||
* Use the `pylance` package for python (VS code), and use `black` for auto-styling and auto-formatting the code. | ||
* Use 'pylint' for proper coding standards | ||
|
||
|
||
## Code of Conduct: | ||
|
||
* Please go through the [Code of Conduct](https://github.com/git-ankit/MovieRecommender/blob/master/CODE_OF_CONDUCT.md) before you begin contributing. | ||
* Please go through the [Code of Conduct](https://github.com/adipai/PopcornPicks/blob/master/CODE_OF_CONDUCT.md) before you begin contributing. | ||
|
||
## Pull Request Submission Guidelines | ||
|
||
* Installing Git makes contributing to the repository easier | ||
* To start contributing to the repository make sure you fork the repository first | ||
* Create a new branch to develop the project | ||
* Write code to contribute and commit to create a pull request and merge it with the repository after it passes the CI build check | ||
* One of the repository administrators will review the Pull request anmd merge the changes | ||
* One of the repository administrators will review the Pull request and merge the changes | ||
|
||
## Code Style Guide | ||
|
||
* Python language(Version 3.7) has been used to build this project repository | ||
* Python language(Version 3.x) has been used to build this project repository | ||
* Make sure to add the functionalities in the form of modules | ||
* Any code which is not tested should be committed to the test codes in the code folder. After they are successfully tested, the main code can be updated. | ||
* Variable Names should be self-explanatory | ||
* Comment the code so that a new contributor can understand the functionality of the modules easily | ||
* `black` is used as linter | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
* 'Pylint' used for proper coding standards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters