Basic knowledge of ElixirFamiliarity with Phoenix FrameworkUnderstanding of ExUnit
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
30
調査方針
This issue lacks specific guidance. The repository has a large codebase. A good starting point would be to examine the lib/ directory to understand the structure, then identify modules that have no corresponding test files. Start by writing unit tests for simple helper functions. After that, integration tests for controller actions could be added. The existing test directory (if any) should be reviewed for patterns.
Need test suite · smpallen99/ex_admin#11 | Good First Issue