Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Thank you for your interest in contributing. This project is maintained by Roy K
## How to contribute (fork and pull request)

1. **Fork the repository**
Click **Fork** on [the GitHub repo](https://github.com/royklo/RK-Solutions-PSModule).
Click **Fork** on [the GitHub repo](https://github.com/royklo/RKSolutions-Module).
2. **Clone your fork**
```powershell
git clone https://github.com/YOUR_USERNAME/RK-Solutions-PSModule.git
cd RK-Solutions-PSModule
git clone https://github.com/YOUR_USERNAME/RKSolutions-Module.git
cd RKSolutions-Module
```
3. **Create a branch** for your change
```powershell
Expand All @@ -25,7 +25,7 @@ Thank you for your interest in contributing. This project is maintained by Roy K
git push origin feature/your-feature-name
```
7. **Open a pull request**
Go to the [original repository](https://github.com/royklo/RK-Solutions-PSModule) and open a **New pull request** from your branch. Fill in the PR template (summary of changes, related issue if any, checklist).
Go to the [original repository](https://github.com/royklo/RKSolutions-Module) and open a **New pull request** from your branch. Fill in the PR template (summary of changes, related issue if any, checklist).

## Development setup

Expand All @@ -39,7 +39,7 @@ Thank you for your interest in contributing. This project is maintained by Roy K

Use the **Bug report** issue template so we get the information we need:

1. Go to [New issue](https://github.com/royklo/RK-Solutions-PSModule/issues/new).
1. Go to [New issue](https://github.com/royklo/RKSolutions-Module/issues/new).
2. Choose **Bug report**.
3. Fill in:
- **Description** — What went wrong?
Expand All @@ -53,7 +53,7 @@ Use the **Bug report** issue template so we get the information we need:

Use the **Feature request** template:

1. Go to [New issue](https://github.com/royklo/RK-Solutions-PSModule/issues/new).
1. Go to [New issue](https://github.com/royklo/RKSolutions-Module/issues/new).
2. Choose **Feature request**.
3. Describe the feature, the use case, and your proposed solution.

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RKSolutions PowerShell Module

[PowerShell Gallery](https://www.powershellgallery.com/packages/RKSolutions)
[CI](https://github.com/royklo/RK-Solutions-PSModule/actions)
[CI](https://github.com/royklo/RKSolutions-Module/actions)
[License: MIT](LICENSE)

PowerShell module for Microsoft Graph–backed reports: Intune Enrollment Flows, Intune Anomalies, Entra Admin Roles, and M365 License Assignment. Connects to Microsoft Graph and generates HTML/CSV reports.
Expand All @@ -10,13 +10,13 @@ PowerShell module for Microsoft Graph–backed reports: Intune Enrollment Flows,

This module is maintained by **Roy Klooster** (RK Solutions).

- **Repository:** [https://github.com/royklo/RK-Solutions-PSModule](https://github.com/royklo/RK-Solutions-PSModule)
- **Repository:** [https://github.com/royklo/RKSolutions-Module](https://github.com/royklo/RKSolutions-Module)
- **PowerShell Gallery:** [https://www.powershellgallery.com/packages/RKSolutions](https://www.powershellgallery.com/packages/RKSolutions)

## Repository structure

```
RK-Solutions-PSModule/
RKSolutions-Module/
├── README.md # This file
├── LICENSE # MIT
├── CONTRIBUTING.md # How to contribute, fork & PR
Expand Down Expand Up @@ -56,8 +56,8 @@ Install-Module -Name RKSolutions -Scope CurrentUser
### From source (GitHub)

```powershell
git clone https://github.com/royklo/RK-Solutions-PSModule.git
cd RK-Solutions-PSModule
git clone https://github.com/royklo/RKSolutions-Module.git
cd RKSolutions-Module
Import-Module ./module/RKSolutions.psd1 -Force
```

Expand Down Expand Up @@ -98,8 +98,8 @@ We welcome contributions: fork the repo, make your changes, and open a pull requ

## Issues

- [Bug report](https://github.com/royklo/RK-Solutions-PSModule/issues/new?template=bug_report.md)
- [Feature request](https://github.com/royklo/RK-Solutions-PSModule/issues/new?template=feature_request.md)
- [Bug report](https://github.com/royklo/RKSolutions-Module/issues/new?template=bug_report.md)
- [Feature request](https://github.com/royklo/RKSolutions-Module/issues/new?template=feature_request.md)

## License

Expand Down