From opening a bug report to creating a pull request: every contribution is appreciated and welcome.
If you want to participate to this project, but you are not sure how you can do it, do not hesitate to contact @rpothin:
- By email at [email protected]
- On Twitter
The main (and perhaps only one) element of this repository will be the README.md file where we will compile links to interesting learning resources about Power Platform ALM.
-
Please maintain the existing code style.
-
Please try to keep your commits small and focused.
-
If the project diverges from your branch, please rebase instead of merging. This makes the commit graph easier to read.
-
Once your work is completed, please raise a PR against the main branch with some information about what has changed and why.
You can explore this repository and fork it at any time, but if you want to submit changes you will need to link your pull request to an existing issue.
If you do not know how to do this, you can follow the Fork a repo page of the GitHub documentation.
In your fork repository create a new branch to make your changes. If you need guidance for this part, GitHub has a good page about Creating a branch in its documentation.
Do whatever changes you want in your new branch in your forked repository.
The last step concist to submit your changes with a pull request. Once again, there is a great page about Creating a pull request from a fork in the GitHub documentation.
-
The contributors are listed in the Contributors section of our README.md file (you can ask to be addedd following the all-contributors/Usage procedure).
-
This project uses a MIT license.
-
We follow a CODE OF CONDUCT. Please read it.