@@ -24,20 +24,22 @@ Click the `Use this template` button at the top of this project's GitHub page, i
2424
2525** Easy text replacements**
2626
27- 1 . Replace all instances of ` python_project ` with the name of your project
28- 1 . Replace all instances of ` Python Template ` with the name of your project
29- 1 . Replace all instances of ` PROJECT_NAME ` with the name of your project
30- 1 . Replace all instances of ` USERNAME ` with the name of the author/owner as it appears on GitHub
27+ 1 . Replace all instances of ` project_name ` with the name of your project
28+ * These are the Python snake_case references (eg: ` project_name ` )
29+ 1 . Replace all instances of ` PROJECT_NAME_URL ` with the name of your project
30+ * These are the references to your project that will appear in URLs and are typically hyphenated (eg: ` project-name ` )
31+ 1 . Replace all instances of ` USERNAME ` with the name of the author or owner of the project
32+ * These are references typically found in the URL of your project as it appears on GitHub
3133
3234** File configuration**
3335
34361 . Configure the ` setup.py ` file
35371 . Configure the ` Makefile ` targets
36- 1 . Update the name in the ` LICENSE `
38+ 1 . Update the name in the ` LICENSE ` or swap it out entirely
37391 . Configure the ` .github/workflows/build.yml ` file
38- 1 . Update the ` CHANGELOG `
39- 1 . Replace the showcase image in ` /assets ` and remove all other unneeded assets
40401 . Change the data in ` .github/FUNDING.yml `
41+ 1 . Update the ` CHANGELOG.md ` with your own info
42+ 1 . Replace the showcase image in ` /assets ` and remove all other unused assets
41431 . Rename other files/folders as needed and configure their content
42441 . Delete this ` README ` and rename ` README_project.md ` to ` README.md `
4345
0 commit comments