Skip to content

Commit 07e5db6

Browse files
chore: org move
1 parent 1897b05 commit 07e5db6

8 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ body:
88
value: |
99
Please keep in mind that the GitHub issue tracker is not intended as a general support forum, but for reporting **non-security** bugs and feature requests.
1010
11-
If you believe you have an issue that affects the SECURITY of the project, please do NOT create an issue and instead follow the instructions in the [Security Policy](https://github.com/AndrewBabbitt97/BlazorDesktop/security/policy).
11+
If you believe you have an issue that affects the SECURITY of the project, please do NOT create an issue and instead follow the instructions in the [Security Policy](https://github.com/DotNetExtension/BlazorDesktop/security/policy).
1212
- type: checkboxes
1313
attributes:
1414
label: Is there an existing issue for this?
15-
description: Please search to see if an issue already exists for the bug you encountered ([issues](https://github.com/AndrewBabbitt97/BlazorDesktop/issues?q=is%3Aissue)).
15+
description: Please search to see if an issue already exists for the bug you encountered ([issues](https://github.com/DotNetExtension/BlazorDesktop/issues?q=is%3Aissue)).
1616
options:
1717
- label: I have searched the existing issues
1818
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: checkboxes
77
attributes:
88
label: Is there an existing issue for this?
9-
description: Please search to see if an issue already exists for the feature you are requesting. ([issues](https://github.com/AndrewBabbitt97/BlazorDesktop/issues)).
9+
description: Please search to see if an issue already exists for the feature you are requesting. ([issues](https://github.com/DotNetExtension/BlazorDesktop/issues)).
1010
options:
1111
- label: I have searched the existing issues
1212
required: true

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- If this is your first PR in this repo, please run through the checklist
66
below to ensure a smooth review and merge process for your PR. -->
77

8-
- [ ] You've read the [Contributor Guide](https://github.com/AndrewBabbitt97/BlazorDesktop/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/AndrewBabbitt97/BlazorDesktop/blob/main/CODE_OF_CONDUCT.md).
8+
- [ ] You've read the [Contributor Guide](https://github.com/DotNetExtension/BlazorDesktop/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/DotNetExtension/BlazorDesktop/blob/main/CODE_OF_CONDUCT.md).
99
- [ ] You've included unit or integration tests for your change, where applicable.
1010
- [ ] You've included inline docs for your change, where applicable.
1111
- [ ] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ All types of contributions are encouraged and valued. See the [Table of Contents
2626
## Code of Conduct
2727

2828
This project and everyone participating in it is governed by the
29-
[Blazor Desktop Code of Conduct](https://github.com/AndrewBabbitt97/BlazorDesktop/blob/main/CODE_OF_CONDUCT.md).
29+
[Blazor Desktop Code of Conduct](https://github.com/DotNetExtension/BlazorDesktop/blob/main/CODE_OF_CONDUCT.md).
3030
By participating, you are expected to uphold this code. Please report unacceptable behavior
3131
3232

3333
## I Have a Question
3434

35-
> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/AndrewBabbitt97/BlazorDesktop/tree/main/docs).
35+
> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/DotNetExtension/BlazorDesktop/tree/main/docs).
3636
37-
Before you ask a question, it is best to search for existing [Issues](https://github.com/AndrewBabbitt97/BlazorDesktop/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
37+
Before you ask a question, it is best to search for existing [Issues](https://github.com/DotNetExtension/BlazorDesktop/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
3838

3939
If you then still feel the need to ask a question and need clarification, we recommend the following:
4040

41-
- Open an [Issue](https://github.com/AndrewBabbitt97/BlazorDesktop/issues/new).
41+
- Open an [Issue](https://github.com/DotNetExtension/BlazorDesktop/issues/new).
4242
- Provide as much context as you can about what you're running into.
4343
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
4444

@@ -56,8 +56,8 @@ We will then take care of the issue as soon as possible.
5656
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
5757

5858
- Make sure that you are using the latest version.
59-
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://github.com/AndrewBabbitt97/BlazorDesktop/tree/main/docs). If you are looking for support, you might want to check [this section](#i-have-a-question)).
60-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/AndrewBabbitt97/BlazorDesktop/issues?q=label%3Abug).
59+
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://github.com/DotNetExtension/BlazorDesktop/tree/main/docs). If you are looking for support, you might want to check [this section](#i-have-a-question)).
60+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/DotNetExtension/BlazorDesktop/issues?q=label%3Abug).
6161
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
6262
- Collect information about the bug:
6363
- Stack trace (Traceback)
@@ -72,7 +72,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
7272
7373
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
7474

75-
- Open an [Issue](https://github.com/AndrewBabbitt97/BlazorDesktop/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
75+
- Open an [Issue](https://github.com/DotNetExtension/BlazorDesktop/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
7676
- Explain the behavior you would expect and the actual behavior.
7777
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
7878
- Provide the information you collected in the previous section.
@@ -90,13 +90,13 @@ This section guides you through submitting an enhancement suggestion for Blazor
9090
#### Before Submitting an Enhancement
9191

9292
- Make sure that you are using the latest version.
93-
- Read the [documentation](https://github.com/AndrewBabbitt97/BlazorDesktop/tree/main/docs) carefully and find out if the functionality is already covered, maybe by an individual configuration.
94-
- Perform a [search](https://github.com/AndrewBabbitt97/BlazorDesktop/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
93+
- Read the [documentation](https://github.com/DotNetExtension/BlazorDesktop/tree/main/docs) carefully and find out if the functionality is already covered, maybe by an individual configuration.
94+
- Perform a [search](https://github.com/DotNetExtension/BlazorDesktop/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
9595
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
9696

9797
#### How Do I Submit a Good Enhancement Suggestion?
9898

99-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/AndrewBabbitt97/BlazorDesktop/issues).
99+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/DotNetExtension/BlazorDesktop/issues).
100100

101101
- Use a **clear and descriptive title** for the issue to identify the suggestion.
102102
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![GitHub license](https://img.shields.io/github/license/AndrewBabbitt97/BlazorDesktop?style=for-the-badge&color=00bb00)](https://github.com/AndrewBabbitt97/BlazorDesktop/blob/main/LICENSE.txt)
1+
[![GitHub license](https://img.shields.io/github/license/DotNetExtension/BlazorDesktop?style=for-the-badge&color=00bb00)](https://github.com/DotNetExtension/BlazorDesktop/blob/main/LICENSE.txt)
22
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa?style=for-the-badge)](CODE_OF_CONDUCT.md)
3-
[![GitHub issues](https://img.shields.io/github/issues/AndrewBabbitt97/BlazorDesktop?style=for-the-badge)](https://github.com/AndrewBabbitt97/BlazorDesktop/issues)
3+
[![GitHub issues](https://img.shields.io/github/issues/DotNetExtension/BlazorDesktop?style=for-the-badge)](https://github.com/DotNetExtension/BlazorDesktop/issues)
44

55
# Blazor Desktop
66
Blazor Desktop allows you to create desktop apps using Blazor. Apps run inside of a .NET generic host with a WPF window thats fully managed using a similar template to Blazor WASM.

src/BlazorDesktop.Templates/BlazorDesktop.Templates.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<PackageVersion>3.1.1</PackageVersion>
66
<PackageId>BlazorDesktop.Templates</PackageId>
77
<Title>Blazor Desktop Templates</Title>
8-
<Authors>Andrew Babbitt</Authors>
9-
<Company>Andrew Babbitt</Company>
8+
<Authors>.NET Extension Contributors</Authors>
9+
<Company>.NET Extension Contributors</Company>
1010
<Product>Blazor Desktop</Product>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
13-
<RepositoryUrl>https://github.com/AndrewBabbitt97/BlazorDesktop</RepositoryUrl>
14-
<PackageReleaseNotes>https://github.com/AndrewBabbitt97/BlazorDesktop/releases</PackageReleaseNotes>
13+
<RepositoryUrl>https://github.com/DotNetExtension/BlazorDesktop</RepositoryUrl>
14+
<PackageReleaseNotes>https://github.com/DotNetExtension/BlazorDesktop/releases</PackageReleaseNotes>
1515
<Description>A framework for building desktop applications using Blazor.</Description>
16-
<CopyrightAndrew Babbitt. All rights reserved.</Copyright>
17-
<PackageProjectUrl>https://github.com/AndrewBabbitt97/BlazorDesktop</PackageProjectUrl>
16+
<Copyright.NET Extension Contributors. All rights reserved.</Copyright>
17+
<PackageProjectUrl>https://github.com/DotNetExtension/BlazorDesktop</PackageProjectUrl>
1818
<PackageTags>Blazor;Desktop;BlazorDesktop;WebView2;WebView</PackageTags>
1919
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2020
<TargetFramework>netstandard2.0</TargetFramework>

src/BlazorDesktop.Templates/templates/BlazorDesktop-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/template",
3-
"author": "Andrew Babbitt",
3+
"author": ".NET Extension Contributors",
44
"classifications": [
55
"Web",
66
"Blazor"

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<Product>Blazor Desktop</Product>
55
<Version>1.0.0</Version>
6-
<Authors>Andrew Babbitt</Authors>
6+
<Authors>.NET Extension Contributors</Authors>
77
<Description>A framework for building desktop applications using Blazor.</Description>
8-
<RepositoryUrl>https://github.com/AndrewBabbitt97/BlazorDesktop</RepositoryUrl>
9-
<PackageProjectUrl>https://github.com/AndrewBabbitt97/BlazorDesktop</PackageProjectUrl>
10-
<PackageReleaseNotes>https://github.com/AndrewBabbitt97/BlazorDesktop/releases</PackageReleaseNotes>
8+
<RepositoryUrl>https://github.com/DotNetExtension/BlazorDesktop</RepositoryUrl>
9+
<PackageProjectUrl>https://github.com/DotNetExtension/BlazorDesktop</PackageProjectUrl>
10+
<PackageReleaseNotes>https://github.com/DotNetExtension/BlazorDesktop/releases</PackageReleaseNotes>
1111
<PackageTags>Blazor;Desktop;BlazorDesktop;WebView2;WebView</PackageTags>
1212
</PropertyGroup>
1313

0 commit comments

Comments
 (0)