Skip to content

Commit f2c902a

Browse files
committed
Rename template .github folder and template README with 'example-'
1 parent d300676 commit f2c902a

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

RUNME.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ echo 'done.'
2828
# Remove template repository specific files
2929
rm README.md
3030
rm RUNME.sh
31-
mv README-EXAMPLE.md README.md
31+
mv example-README.md README.md
32+
mv example-.github .github

example-.github/CODEOWNERS

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
3+
# These owners will be the default owners for everything in the repo. Unless a later match takes precedence.
4+
# Owners will be requested for review when someone opens a pull request.
5+
* @3d-group/Games
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)