Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit bd849de

Browse files
authored
docs: tutorials: rolling alice: coach alice: our open source guide: Update to be code of conduct that we add
1 parent 8e594c7 commit bd849de

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/tutorials/rolling_alice/0001_coach_alice/0002_our_open_source_guide.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ base flow.
4343
Copy readme overlay to new file
4444

4545
```console
46-
$ cp alice/please/contribute/recommended_community_standards/readme.py alice/please/contribute/recommended_community_standards/contribute.py
46+
$ cp alice/please/contribute/recommended_community_standards/readme.py alice/please/contribute/recommended_community_standards/code_of_conduct.py
47+
$ git diff -R
4748
```
4849

4950
Rename types, classes, variables, etc.
5051

5152
```console
52-
$ sed -e 's/Readme/Contributing/g' -e 's/README/CONTRIBUTING/g' -e 's/readme/contributing/g' -i alice/please/contribute/recommended_community_standards/contribute.py
53+
$ sed -e 's/Readme/CodeOfConduct/g' -e 's/README/CODE_OF_CONDUCT/g' -e 's/readme/code_of_conduct/g' -i alice/please/contribute/recommended_community_standards/code_of_conduct.py
5354
```
5455

5556
Add `OverlayCONTRIBUTING` to the list of overlays to be applied to the
@@ -66,9 +67,9 @@ index 129b2866a1..9e130cb3b2 100644
6667
@@ -9,6 +9,7 @@ CLI = alice.please.contribute.recomme
6768
OverlayGit = alice.please.contribute.recommended_community_standards.recommended_community_standards:OverlayGit
6869
OverlayGitHub = alice.please.contribute.recommended_community_standards.recommended_community_standards:OverlayGitHub
69-
OverlayREADME = alice.please.contribute.recommended_community_standards.recommended_community_standards:OverlayREADME
70-
+OverlayCONTRIBUTING = alice.please.contribute.recommended_community_standards.recommended_community_standards:OverlayCONTRIBUTING
71-
# OverlayMetaIssue = alice.please.contribute.recommended_community_standards.recommended_community_standards:OverlayMetaIssue
70+
OverlayREADME = alice.please.contribute.recommended_community_standards.readme:OverlayREADME
71+
OverlayCONTRIBUTING = alice.please.contribute.recommended_community_standards.contributing:OverlayCONTRIBUTING
72+
+OverlayCODE_OF_CONDUCT = alice.please.contribute.recommended_community_standards.code_of_conduct:OverlayCODE_OF_CONDUCT
7273

7374
[dffml.overlays.alice.please.contribute.recommended_community_standards.overlay.readme]
7475
```
@@ -78,9 +79,9 @@ Add the `OverlayGit` and `OverlayGitHub` overlays to the new overlay as well.
7879
**dffml.git/entites/alice/entry_points.txt**
7980

8081
```ini
81-
[dffml.overlays.alice.please.contribute.recommended_community_standards.overlay.contributing]
82+
[dffml.overlays.alice.please.contribute.recommended_community_standards.code_of_conduct]
8283
OverlayGit = alice.please.contribute.recommended_community_standards.recommended_community_standards:OverlayGit
83-
OverlayGitHub = alice.please.contribute.recommended_community_standards.recommended_community_standards:OverlayGitHu
84+
OverlayGitHub = alice.please.contribute.recommended_community_standards.recommended_community_standards:OverlayGitHub
8485
```
8586

8687
Reinstall for new entrypoints to take effect

0 commit comments

Comments
 (0)