Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

29 lines (15 loc) · 1.52 KB

How to contribute to M365PSProfile

Did you find a bug? 🐛

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description (as much relevant information as possible).

Did you write a patch that fixes a bug? Did you add a new feature or updated an existing one? ⚙️

  • Create a new fork with all branches.

  • Create a new branch based on the develop branch in the forked repository, where you implement your changes.

  • Open a new pull request from the new branch to the develop branch of the original repository (all changes for the next release are added to the develop branch).

  • Ensure the PR description clearly describes the problem and solution.

Did you fix whitespace, format code, or make a purely cosmetic patch? 💍

Changes that are cosmetic in nature and do not add anything substantial to the stability or functionality of M365PSProfile will generally not be accepted.

Do you have questions about the source code? ☎️

  • If you have any questions about using M365PSProfile, please contact the creators of the module directly: @andresbohren or @fabrisodotps1

Thanks! ❤️

M365PSProfile Team