Skip to content

Commit

Permalink
Update infrastructure and docs following the org move from Buildvana …
Browse files Browse the repository at this point in the history
…to Tenacom
  • Loading branch information
rdeago committed Nov 24, 2022
1 parent 827e242 commit 1ab8f13
Show file tree
Hide file tree
Showing 64 changed files with 3,311 additions and 788 deletions.
18 changes: 15 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2022.2.4",
"cake.tool": {
"version": "2.2.0",
"commands": [
"jb"
"dotnet-cake"
]
},
"nbgv": {
"version": "3.5.119",
"commands": [
"nbgv"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.1.12",
"commands": [
"reportgenerator"
]
}
}
Expand Down
14 changes: 9 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ root = true

# Default settings.
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = crlf
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# Code files
[*.{cs,csx,vb,vbx}]
insert_final_newline = true
end_of_line = crlf
charset = utf-8-bom

# Xml project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj,props,targets}]
indent_size = 2

# Xml config files
[*.{ruleset,config,nuspec,resx,vsixmanifest,vsct}]
[*.{ruleset,config,nuspec,resx,vsixmanifest,vsct,runsettings}]
indent_size = 2

# JSON files
Expand All @@ -32,15 +33,18 @@ indent_size = 2

# Shell scripts
[*.sh]
end_of_line = lf
indent_size = 2

# Windows batch files
[*.{bat,cmd}]
end_of_line = crlf

# Markdown files
[*.md]
end_of_line = lf
indent_size = 2
trim_trailing_whitespace = false

# InnoSetup files
[*.iss]
end_of_line = crlf
indent_size = 2
26 changes: 26 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This file specifies users whose review is automatically requested when a PR modifies certain files.
# For more ionformation see:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# GitHub and apps configuration files
/.github/ @rdeago
/.all-contributorsrc @rdeago

# Git configuration files
/.git* @rdeago

# Build scripts
*.cake @rdeago

# Licensing
LICENSE @rdeago
THIRD-PARTY-NOTICES @rdeago

# Solution infrastructure files
Directory.Build.* @rdeago
.editorconfig @rdeago
.globalconfig @rdeago
stylecop.json @rdeago
*.DotSettings @rdeago
NuGet.config @rdeago
version.json @rdeago
60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/01_bug_report.md

This file was deleted.

73 changes: 0 additions & 73 deletions .github/ISSUE_TEMPLATE/02_enhancement_proposal.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/03_blank_issue.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule: { interval: "daily" }
labels: [ "area-deps", "area-ci" ]
labels: [ "area:deps", "area:ci" ]
reviewers: [ "rdeago" ]
- package-ecosystem: "nuget"
directory: "/"
schedule: { interval: "daily" }
labels: [ "area-deps" ]
labels: [ "area:deps" ]
reviewers: [ "rdeago" ]
Loading

0 comments on commit 1ab8f13

Please sign in to comment.