Skip to content

Commit

Permalink
Update CONTRIBUTING.md with dev mode info (#3818)
Browse files Browse the repository at this point in the history
  • Loading branch information
krschau authored Sep 10, 2024
1 parent c938168 commit 2a79c50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Therefore, if you do file issues or create PRs, please keep an eye on your GitHu

**Please do not report security vulnerabilities through public GitHub issues.** Instead, please report them to the Microsoft Security Response Center (MSRC). See [SECURITY.md](./SECURITY.md) for more information.

---

## Before you start, file an issue

Please follow this simple rule to help us eliminate any unnecessary wasted effort & frustration, and ensure an efficient and effective use of everyone's time - yours, ours, and other community members':
Expand Down Expand Up @@ -150,6 +152,8 @@ Once the team has approved an issue/spec, development can proceed. If no develop

## Development

> **Note:** You must [enable Developer Mode in the Windows Settings app](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development) in order to deploy Dev Home from Visual Studio.
### Fork, clone, branch and create your PR

Once you've discussed your proposed feature/fix/etc. with a team member and you've agreed on an approach or a spec has been written and approved, it's time to start development:
Expand Down Expand Up @@ -182,7 +186,6 @@ Alternatively,
- Run `Build` from Dev Home's root directory. You can pass in a list of platforms/configurations
- The Dev Home MSIX will be in your repo under `AppxPackages\x64\debug`


### Rules

- **Follow the pattern of what you already see in the code.**
Expand Down

0 comments on commit 2a79c50

Please sign in to comment.