Skip to content

Repository files navigation

📌 Unsaon pag contribute?

Follow these steps to contribute safely and correctly.

1. Fork the Repository

Click the Fork button at the top right of this repository.

This creates your own copy of the project.


2. Clone Your Fork

git clone https://github.com/jyn626/IT121_POS.git
cd REPOSITORY-NAME

3. Create a New Branch

Never work directly on main.

git checkout -b feature/your-feature-name

Examples:

feature/add-login-page
fix/button-alignment
docs/update-readme

4. Make Your Changes

You can:

  • Fix bugs
  • Add features
  • Improve UI
  • Optimize code
  • Update documentation

Please follow the project’s coding style.


5. Commit Your Changes

Use clear commit messages.

git add .
git commit -m "Added calculator button layout fix"

Good commit message examples:

  • Fix navbar alignment
  • Add music player feature
  • Improve README documentation

6. Push Your Branch

git push origin feature/your-feature-name

7. Create a Pull Request (PR)

  1. Go to your fork on GitHub
  2. Click Compare & Pull Request
  3. Describe your changes clearly
  4. Submit the Pull Request

❤️ Thank You

About

A Point of Sales system for our final PIT on IT121 (Computer Programming) with the Tkinter library in Python.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages