Skip to content

Commit daedd9c

Browse files
Merge pull request #48 from microsoft/feature/repo-setup-and-governance
Feature/repo setup and governance
2 parents c06938f + 2925097 commit daedd9c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ htmlcov/
2121
.idea/
2222
Thumbs.db
2323
.DS_Store
24+
*.tm7

CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CODEOWNERS for Dataverse Client Python SDK
2+
# This file defines who gets automatically requested for review when PRs are opened.
3+
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4+
5+
# Global ownership - fallback for any files not covered by more specific rules
6+
* @microsoft/powerplatform-dataverseclient-python-maintainers
7+
# Team is found here:
8+
# https://github.com/orgs/microsoft/teams/powerplatform-dataverseclient-python-maintainers

0 commit comments

Comments
 (0)