Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 624 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 624 Bytes

Contributing

TO-DO:

  • Enforce conventional Commits
  • Setup a CI pipeline
  • Explain Google Shell Styleguide
  • Explain Scoop's directory separation

Development

Remember to follow the proper git guidelines at all times.

  1. Create the target installation directory:
mkdir $HOME/.local/opt
  1. Clone the repository on the target directory:
git -C $HOME/.local/opt clone https://github.com/bpt-org/bpt
  1. Make changes on a development branch.

  2. Update the PKGBUILD inside main.

TO-DO: Create a development bucket in another branch.

  1. Create a package with the new version.
bpt build bpt