Skip to content

Commit 518415b

Browse files
authored
Merge pull request #17 from fabrisodotps1/develop
Added CONTRIBUTING.md
2 parents 2a4b6a5 + e367370 commit 518415b

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CONTRIBUTING.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## How to contribute to M365PSProfile
2+
3+
#### **Did you find a bug?** :bug:
4+
5+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/fabrisodotps1/M365PSProfile/issues).
6+
7+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/fabrisodotps1/M365PSProfile/issues/new). Be sure to include a **title and clear description** (as much relevant information as possible).
8+
9+
#### **Did you write a patch that fixes a bug? Did you add a new feature or updated an existing one?** :gear:
10+
11+
* Create a [new fork](https://github.com/fabrisodotps1/M365PSProfile/fork) with all branches.
12+
13+
* Create a new branch based on the develop branch in the forked repository, where you implement your changes.
14+
15+
* 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).
16+
17+
* Ensure the PR description clearly describes the problem and solution.
18+
19+
#### **Did you fix whitespace, format code, or make a purely cosmetic patch?** :ring:
20+
21+
Changes that are cosmetic in nature and do not add anything substantial to the stability or functionality of M365PSProfile will generally not be accepted.
22+
23+
#### **Do you have questions about the source code?** :phone:
24+
25+
* If you have any questions about using M365PSProfile, please contact the creators of the module directly: [@andresbohren](https://x.com/andresbohren) or [@fabrisodotps1](https://x.com/fabrisodotps1)
26+
27+
Thanks! :heart:
28+
29+
M365PSProfile Team

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ $env:PSModulePath.Split(";")
215215

216216
How can you contribute?
217217

218-
- Create an Issue
219-
- Fork the Repo and create a Pull Request
218+
➡ Check out [CONTRIBUTING.md](./CONTRIBUTING.md)
220219

221220
## Maintainer
222221

0 commit comments

Comments
 (0)