From 94a9a3536e568594a6399bc2d2b54f5e3155c41b Mon Sep 17 00:00:00 2001 From: ShisatoYano Date: Fri, 19 Apr 2024 02:06:23 +0000 Subject: [PATCH] add a section about step4, submit a pull request --- HOWTOCONTRIBUTE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HOWTOCONTRIBUTE.md b/HOWTOCONTRIBUTE.md index 5ddfcd4..3075cb4 100644 --- a/HOWTOCONTRIBUTE.md +++ b/HOWTOCONTRIBUTE.md @@ -24,6 +24,8 @@ When you implement a sample program of an algorithm, please keep the following i ### Step 3: Implement unit test If you added a new sample program, please add a unit test code for it under test directory. When you implement the test code, please refer to the existing code. Additionally, each unit tests should be able to run without animation because test process stops and an exception occurs. After you completed to implement the test code, confirm the test passes by executing the script, run_test_suites.sh/bat. +### Step 4: Submit a pull request and modify code based on review + ## Report and fix defect ## Add documentation about existing program