Skip to content

Commit d4ab3e1

Browse files
committed
Added maintainer.md
1 parent 22d0382 commit d4ab3e1

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

MAINTAINER.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
OriHoch

Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.PHONY: all list templates
2+
3+
4+
MAINTAINER := $(shell head -n 1 MAINTAINER.md)
5+
6+
7+
all: list
8+
9+
list:
10+
@grep '^\.PHONY' Makefile | cut -d' ' -f2- | tr ' ' '\n'
11+
12+
templates:
13+
sed -i -E "s/@(\w*)/@$(MAINTAINER)/" .github/issue_template.md
14+
sed -i -E "s/@(\w*)/@$(MAINTAINER)/" .github/pull_request_template.md

0 commit comments

Comments
 (0)