-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
You will contribute to the task-manager main project by adding a new “HelloWorld” function and its unit test.
Steps:
- Clone the task-manager repository.
- Create a new branch:
- Use the following class:
src/main/java/com/taskmanager/demo/service/HelloWorldService.java - Create your own hello world func in whether simple style or your own style
- Create a unit test for it.
- Commit and push:
- Open a Pull Request to main.
Deliverables:
- PR link shared in comment.
- If conflict occurs, resolve it manually and document the steps.
Evaluation:
✅ Branch named properly
✅ Unit test passes
✅ PR created correctly
✅ Merge conflict resolved cleanly