Skip to content

zohaib87/optics-pos

Repository files navigation

About Optics POS

Issues Release Latest Downloads Repo Size License

Optics Point of Sale system for WordPress.

Download Latest Release

Contributing

🖥️ Hello, fellow developer! 🙂

Your pull requests will be highly welcomed. If you're looking for something to start with, you can check the issues or open one about something you want to contribute and we can discuss it before your pull request.

  1. You must have latest version of WordPress and Nodejs.
  2. Create a fork of this repository.
  3. Clone the fork on your local machine. Your remote repo on Github is called origin.
  4. Add this repository as a remote called upstream.
  5. If you created your fork a while ago be sure to pull upstream changes into your local repository.
  6. Open command line, navigate to the local repository and run npm install to install dependencies.
  7. Create a new branch to work on. Keep in mind that code should meet the WordPress Coding Standards.
  8. Once changes/feature/fix is completed, push your branch to your fork on Github, the remote origin.
  9. From your fork open a pull request in the correct branch. Target this project's main branch.