-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first draft of codeowners file for analysts guide (#135)
* first draft of codeowners file for analysts guide * rename methodology template for EES * remove attempts to publish from PR as not needed
- Loading branch information
Showing
6 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# these will always be requested as reviewer when someone | ||
# opens a pull request. | ||
* @jen-machin | ||
|
||
# The workflow and website setup files are jointly owned | ||
_quarto.yml @jen-machin @cjrace | ||
.github @jen-machin @cjrace | ||
|
||
# The following files and folders are owned by the SDT team | ||
/ADA/ @jen-machin @chfoster @Lsnaathorst1 @mzayeddfe | ||
/RAP/ @jen-machin @chfoster @Lsnaathorst1 @mzayeddfe | ||
/resources/ @jen-machin @chfoster @Lsnaathorst1 @mzayeddfe | ||
/learning-development/ @jen-machin @chfoster @Lsnaathorst1 @mzayeddfe | ||
|
||
# The following files and folders are owned by the EESP team | ||
/statistics-production/api-data-standards.qmd @cjrace @rmbielby | ||
/statistics-production/ees.qmd @cjrace @rmbielby | ||
/statistics-production/embedded-charts.qmd @cjrace @rmbielby | ||
/statistics-production/examples.qmd @cjrace @rmbielby | ||
/statistics-production/ud.qmd @cjrace @rmbielby | ||
/data_examples/ @cjrace @rmbielby | ||
/writing-visualising/dashboards_rshiny.qmd @cjrace @rmbielby | ||
/writing-visualising/dashboards.qmd @cjrace @rmbielby | ||
/resources/Methodology_template_EES.docx @cjrace @rmbielby | ||
|
||
# The following files relate to publication scrums | ||
/resources/Content_Design_Logbook_Dashboards.xlsx @rmbielby | ||
/resources/Content_Design_Logbook.xlsx @rmbielby | ||
/resources/Content_Design_Scrum_Progression.pptx @rmbielby | ||
/resources/Content_Design_Scrums_Insights_final.docx @rmbielby | ||
/statistics-production/scrums.qmd @rmbielby | ||
|
||
# The following files cover our take on the analysis function best practice | ||
/writing-visualising/visualising.qmd @cjrace @jen-machin | ||
/writing-visualising/writing.qmd @cjrace @jen-machin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ on: | |
workflow_dispatch: | ||
push: | ||
branches: main | ||
pull_request: | ||
branches: main | ||
|
||
name: Publish to pages | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Version: 1.0 | ||
ProjectId: d026eaf1-b8f5-4646-83f7-676fa8b8a4fd | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters