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
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
## Problem Solutions
- You can directly add the problem solutions to corresponding platform folder. File name should be the ID of the problem on particular platform.
- If platform folder doesn't exist then write file name as ```Platform/file.lang``` where ```Platform``` is the name of the platform and ```file.lang``` is the name of file.

## Testing
- You must test your code before marking pull request as ready.
Comment on lines +13 to +15

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition 👍
Small suggestion: could we add a brief example of how contributors can test their code locally (e.g., sample commands or tools)? This may help beginners better understand what “testing” means in practice.

Loading