Skip to content

Commit

Permalink
Merge pull request #227 from lsst/tickets/DM-41517
Browse files Browse the repository at this point in the history
DM-41517: Minor updates to early-adopter technote templates and SQR for ADASS
  • Loading branch information
jonathansick authored Nov 3, 2023
2 parents 6d0aa48 + b281952 commit 763d8a6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions project_templates/technote_adasstex/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"DMTN",
"PSTN",
"SMTN",
"SQR",
"TSTN",
"ITTN",
"TESTN"
Expand Down
6 changes: 6 additions & 0 deletions project_templates/technote_adasstex/templatekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ dialog_fields:
series: "SMTN"
github_org: "lsst-sims"
org: "SE"
- label: "SQR"
value: "sqr"
presets:
series: "SQR"
github_org: "lsst-sqre"
org: "DM"
- label: "TSTN"
value: "tstn"
presets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
# - id: trailing-whitespace
- id: check-yaml
- id: check-toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ series_id = "TESTN"
canonical_url = "https://testn-000.lsst.io"
github_url = "https://github.com/lsst/testn-000"
github_default_branch = "main"
date_created = "2023-11-01T17:04:08Z"
date_created = "2023-11-03T14:04:53Z"

[[technote.authors]]
name = { name = "First Last" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
# - id: trailing-whitespace
- id: check-yaml
- id: check-toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
# - id: trailing-whitespace
- id: check-yaml
- id: check-toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ series_id = "TESTN"
canonical_url = "https://testn-000.lsst.io"
github_url = "https://github.com/lsst/testn-000"
github_default_branch = "main"
date_created = "2023-11-01T17:04:08Z"
date_created = "2023-11-03T14:04:53Z"

[[technote.authors]]
name = { name = "First Last" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
# - id: trailing-whitespace
- id: check-yaml
- id: check-toml

0 comments on commit 763d8a6

Please sign in to comment.