This repository is created for Advanced Programming (AP) students to practice working with GitHub, Forks, Branches, Commits, and Pull Requests.
- Fork this repository into your own GitHub account.
- Clone your fork locally.
- Create a new branch named
feature/<your-name>. - Inside the
students/folder, create a new directory with your student ID. - Add:
- A text file (
info.txt) containing your name and your student ID. - A simple script in Java which prints a string (like
Hello World!).
- A text file (
- Commit your changes with meaningful messages (do not commit all changes at once).
- Push your branch to your fork.
- Open a Pull Request to the main repository.
- Do not change files outside your own folder.
- Use meaningful commit messages.
- Always create a branch (do not work directly on
main).
By completing this exercise, you will gain practical experience with the GitHub workflow commonly used in open-source projects.