Skip to content

Commit 7b8f448

Browse files
committed
Update GitHub resources [skip ci]
1 parent 7786be9 commit 7b8f448

9 files changed

+9
-11
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ indent_size = 2
159159
[*.sh]
160160
end_of_line = lf
161161
[*.{cmd, bat}]
162-
end_of_line = crlf
162+
end_of_line = crlf

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
# Set linguist language for .h files explicitly based on
6565
# https://github.com/github/linguist/issues/1626#issuecomment-401442069
6666
# this only affects the repo's language statistics
67-
*.h linguist-language=C
67+
*.h linguist-language=C

.github/ISSUE_TEMPLATE/bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
6-
assignees: ''
5+
labels: bug
6+
assignees: pomianowski
77

88
---
99

.github/ISSUE_TEMPLATE/feature_request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
6-
assignees: ''
5+
labels: enhancement
6+
assignees: pomianowski
77

88
---
99

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
3-
##
43
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
54

65
# User-specific files

.vsconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"Microsoft.NetCore.Component.Runtime.5.0",
2727
"Microsoft.Net.Component.4.6.1.TargetingPack"
2828
]
29-
}
29+
}

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# These owners will be the default owners for everything in the repo,
55
# and will automatically be added as reviewers to all pull requests.
6-
* @pomianowski
6+
* @pomianowski

CODE_OF_CONDUCT.md

-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,3 @@ enforcement ladder](https://github.com/mozilla/diversity).
126126
For answers to common questions about this code of conduct, see the FAQ at
127127
https://www.contributor-covenant.org/faq. Translations are available at
128128
https://www.contributor-covenant.org/translations.
129-

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<Company>lepo.co</Company>
77
<Copyright>Copyright (C) 2021-2022 Leszek Pomianowski and WPF UI Contributors</Copyright>
88
</PropertyGroup>
9-
</Project>
9+
</Project>

0 commit comments

Comments
 (0)