Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,16 @@ If you know basic Python and GitHub basics, you are good to go 👍
- Proper commit message

Example:

Good Pull Request Example

Title:
Fix input validation in factorial.py

Description:
This pull request fixes issue #12 by adding input validation to ensure the user enters a non-negative integer.

Changes Made:
- Added validation for negative numbers
- Added error message for invalid input
- Improved comments for clarity