You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ body:
8
8
value: |
9
9
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.
10
10
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).
12
12
- type: checkboxes
13
13
attributes:
14
14
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)).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ body:
6
6
- type: checkboxes
7
7
attributes:
8
8
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)).
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<!-- If this is your first PR in this repo, please run through the checklist
6
6
below to ensure a smooth review and merge process for your PR. -->
7
7
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).
9
9
-[ ] You've included unit or integration tests for your change, where applicable.
10
10
-[ ] You've included inline docs for your change, where applicable.
11
11
-[ ] 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.
> 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).
36
36
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.
38
38
39
39
If you then still feel the need to ask a question and need clarification, we recommend the following:
40
40
41
-
- Open an [Issue](https://github.com/AndrewBabbitt97/BlazorDesktop/issues/new).
41
+
- Open an [Issue](https://github.com/DotNetExtension/BlazorDesktop/issues/new).
42
42
- Provide as much context as you can about what you're running into.
43
43
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
44
44
@@ -56,8 +56,8 @@ We will then take care of the issue as soon as possible.
56
56
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.
57
57
58
58
- 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).
61
61
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
62
62
- Collect information about the bug:
63
63
- Stack trace (Traceback)
@@ -72,7 +72,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
72
72
73
73
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
74
74
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.)
76
76
- Explain the behavior you would expect and the actual behavior.
77
77
- 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.
78
78
- Provide the information you collected in the previous section.
@@ -90,13 +90,13 @@ This section guides you through submitting an enhancement suggestion for Blazor
90
90
#### Before Submitting an Enhancement
91
91
92
92
- 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.
95
95
- 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.
96
96
97
97
#### How Do I Submit a Good Enhancement Suggestion?
98
98
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).
100
100
101
101
- Use a **clear and descriptive title** for the issue to identify the suggestion.
102
102
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
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.
0 commit comments