Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1006 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 1006 Bytes

Contributing

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Push to your fork and submit a pull request
  4. Pat yourself on the back and wait for your pull request to be reviewed and merged

Tips for working this repository:

  • The repository is huge right now, you don't want to waste your time and disk space to get those unrelated files.
    • Ignore LFS files during initial git clone the repo with GIT_LFS_SKIP_SMUDGE=1 git clone https://[email protected]/mseng/AzureDevOps/_git/CIPlat.Externals
    • Ignore LFS files during any git checkout or git fetch operation with GIT_LFS_SKIP_SMUDGE=1.
    • You do want the LFS smudge filter to run during git add and git push, make sure you don't have GIT_LFS_SKIP_SMUDGE=1 when you run git add and git push.
  • More Git-LFS doc is at https://github.com/git-lfs/git-lfs/tree/main/docs

Thanks! ❤️ ❤️ ❤️

GitHub Actions Team :octocat: