Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (32 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

40 lines (32 loc) · 1.85 KB

Contributing to the External repository sync action

This action is a community effort, and everyone is welcome to contribute!

If you are interested in contributing, there are many ways to help out:

  1. It helps us very much if you could
    • Report issues you're facing
    • Give a 👍 on issues that others reported and that are relevant to you
    • Spread the word about the project or ⭐ to say "I use it!"
  2. You would like to improve the documentation. Improving the documentation is no less important than improving the code itself! If you find a typo in the documentation, do not hesitate to submit a GitHub pull request.
  3. You would like to propose a new feature and implement it
    • Choose the corresponding issue template and fill out the required information. Once we agree that the plan looks good, go ahead, and implement it.

PR guide

If you modified the code or added tests, the tests have to pass before a PR can be merged.

If you are not familiar with creating a Pull Request, here are some guides:

After passing the unit tests the verification tests have to pass. As the secrets of the PR initiator is used, only collaborators and the repository owner can trigger the verification step automatically. The secret is needed to actually run the complete action on the own repositories wiki. This will ensure that all steps of the action are fully functional.

Your PR code will be downloaded and verified manually before merging.Please also read the Code Of Conduct before opening a PR.

After merging your PR you will be added to the list of contributors.

Thanks for your hard work and for sticking around until the end of the guide! 🎉🎉🎉