Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1006 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 1006 Bytes

LeakPro

Tests Last Commit License Open Issues Open PRs Downloads

To Contribute

  1. Ensure local repo is up-to-date: git fetch origin
  2. Create feature branch git checkout -b my-feature-branch
  3. Make changes and commit: git add . git commit -m "Added new feature"
  4. Ensure the local main is up to date: git checkout main git pull origin main
  5. Merge main onto feature branch git checkout my-feature-branch git merge main
  6. Resolve conflicts, add and commit.
  7. Push your update to the remore repository git push origin my-feature-branch
  8. Open pull request