Skip to content

Commit b96fa9f

Browse files
committed
add bare bones content for white paper
1 parent 81c691b commit b96fa9f

File tree

9 files changed

+34
-9
lines changed

9 files changed

+34
-9
lines changed

white-paper/Challenges.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change Management and Git
2+
3+
This chapter will discuss challenges in adoption of Git as well as how these might be addressed.
4+
5+

white-paper/_quarto.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ book:
77
date: "5/22/2025"
88
chapters:
99
- index.qmd
10-
- intro.qmd
10+
- state.qmd
11+
- Challenges.qmd
12+
- audittrail.qmd
13+
- qcintegration.qmd
14+
- recommendations.qmd
1115
- summary.qmd
1216
- references.qmd
17+
appendices:
18+
- tools.qmd
1319

1420
bibliography: references.bib
1521

1622
format:
1723
html:
1824
theme: cosmo
19-
pdf:
20-
documentclass: scrreprt
2125

2226

2327

white-paper/audittrail.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Audit trail requirements and Git
2+
3+
This chapter will discuss audit trail requirements for QC, and how they might be met in Git.
4+
5+

white-paper/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Preface {.unnumbered}
1+
# Introduction
22

33
This is a draft of the white paper for the phuse working group Git in Statistical Programming
44

white-paper/intro.qmd

Lines changed: 0 additions & 5 deletions
This file was deleted.

white-paper/qcintegration.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# QC Process and Git
2+
3+
This chapter will discuss the QC process and how teams might interact with that using Git.
4+
5+

white-paper/recommendations.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Recommended ways of using Git
2+
3+
This chapter will discuss the working groups current recommendations for using Git. These are not intended to be authoritative, or cover every scenario, but instead look at commonalities between current usage of Git, and how new companies might adopt it.
4+

white-paper/state.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The state of Git usage across the industry
2+
3+
This section will describe the current state of Git in the industry

white-paper/tools.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Tools for using Git
2+
3+
This chapter will discuss the tools that can be used in Git. This is intended to be a reference rather than recommendations
4+

0 commit comments

Comments
 (0)