Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exhaustive, and do not form part of our licenses.
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
for the public:
wiki.creativecommons.org/Considerations_for_licensees

=======================================================================
Expand Down
2 changes: 1 addition & 1 deletion home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ check-commits:
number_of_commits=$(git rev-list --count HEAD ^main)
if [[ ${branch_name} != "main" && ${number_of_commits} -gt 0 ]]
then
uvx cz check --rev-range main..HEAD
uvx --from commitizen cz check --rev-range main..HEAD
else
echo "Can't either be on ${branch_name} or have more than ${number_of_commits}."
fi
Expand Down
4 changes: 2 additions & 2 deletions why-cyclical-workflows/_index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: ""
date: ""
draft: true
# categories:
# -
# -
---

Follow the tidyverse team approach to repo development, by dedicating periods of time to specific repos, and rotating between.

<!--TODO #34 Write a Why doc on Cyclical Workflow-->
<!--TODO #34 Write a Why doc on Cyclical Workflow-->
32 changes: 16 additions & 16 deletions why-github-flow/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,63 +8,63 @@ categories:
references:
- id: sooni
title: A guide to trunk-based development (LogRocket)
author:
author:
family: Sooni
given: S
issued:
issued:
year: 2023
URL: https://blog.logrocket.com/product-management/a-guide-to-trunk-based-development/#whatistrunkbaseddevelopment
- id: tilburg
title: Git Branching Strategies (Tilburg Science Hub)
author:
author:
family: Ambroziak
given: Paulina
issued:
issued:
year: n.d.
URL: https://tilburgsciencehub.com/building-blocks/collaborate-and-share-your-work/use-github/git-branching-strategies/
- id: tbd
title: Trunk-based development
author:
author:
family: Hammant,
given: Paul
issued:
issued:
year: 2017-2020
URL: https://trunkbaseddevelopment.com
- id: thummala
title: "Choosing the Right Git Branching Strategy: A Comparative Analysis"
author:
author:
family: Thummala
given: S
issued:
issued:
year: 2023
URL: https://medium.com/@sreekanth.thummala/choosing-the-right-git-branching-strategy-a-comparative-analysis-f5e635443423#
- id: driessen
title: A successful Git branching model
author:
author:
family: Driessen
given: V
issued:
issued:
year: 2010
URL: https://nvie.com/posts/a-successful-git-branching-model/
- id: gitkraken
title: What is the best Git branch strategy?
author:
author:
family: GitKraken
issued:
issued:
year: n.d.
URL: https://www.gitkraken.com/learn/git/best-practices/git-branch-strategy
- id: githubflowpost
title: GitHub Flow - The best way to use Git and GitHub
author:
author:
family: GitHub
issued:
issued:
year: n.d.
URL: https://githubflow.github.io
- id: githubflow
title: GitHub flow - Follow GitHub flow to collaborate on projects.
author:
author:
family: GitHub
issued:
issued:
year: n.d.
URL: https://docs.github.com/en/get-started/quickstart/github-flow

Expand Down
2 changes: 1 addition & 1 deletion why-jsonschema/index.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Why `jsonschema`"
description: |
As we follow the Data Package standard for structuring metadata, we have to make sure that our metadata files conform to this standard.
As we follow the Data Package standard for structuring metadata, we have to make sure that our metadata files conform to this standard.
This post explains why we chose `jsonschema` for automating the process of checking metadata files and objects against the standard.
date: "2024-11-07"
categories:
Expand Down
2 changes: 1 addition & 1 deletion why-lint-with-commitizen/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ conventional commits standard and checks to ensure that standard is followed.

### gitlint

Gitlint checks your commit messages for style.
Gitlint checks your commit messages for style.

::::: columns
::: column
Expand Down
2 changes: 1 addition & 1 deletion why-markdown/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ editor.
- Because of it's ease of use, there are some more powerful features
that are not implemented in the original Markdown syntax, so
extensions are needed to use features that may be needed in some
cases. For instance, they can't handle special formatting around text
cases. For instance, they can't handle special formatting around text
like a "callout" block often used on websites or in books to draw attention
to a tip or important piece of information.
:::
Expand Down
4 changes: 2 additions & 2 deletions why-pytest/index.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Why Pytest"
description: |
Testing software is a requirement for ensuring it works as intended and because we use a test-driven development workflow.
This post explains why we choose to use pytest over the built-in
Testing software is a requirement for ensuring it works as intended and because we use a test-driven development workflow.
This post explains why we choose to use pytest over the built-in
unittest framework for testing Python code.
date: "2024-07-17"
categories:
Expand Down