@@ -43,13 +43,14 @@ base flow.
4343Copy 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
4950Rename 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
5556Add ` 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 ]
8283OverlayGit = 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
8687Reinstall for new entrypoints to take effect
0 commit comments