Skip to content

Commit 307f7aa

Browse files
committed
Added LEAD.md
1 parent 4c4e291 commit 307f7aa

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Please replace this line with full information about your idea or problem. If it
44

55
---
66

7-
Please preserve this line to notify @OriHoch (maintainer of this repository)
7+
Please preserve this line to notify @OriHoch (lead of this repository)

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Please replace this line with full information about your pull request. Make sur
44

55
---
66

7-
Please preserve this line to notify @OriHoch (maintainer of this repository)
7+
Please preserve this line to notify @OriHoch (lead of this repository)
File renamed without changes.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all list templates
22

33

4-
MAINTAINER := $(shell head -n 1 MAINTAINER.md)
4+
LEAD := $(shell head -n 1 LEAD.md)
55

66

77
all: list
@@ -10,5 +10,5 @@ list:
1010
@grep '^\.PHONY' Makefile | cut -d' ' -f2- | tr ' ' '\n'
1111

1212
templates:
13-
sed -i -E "s/@(\w*)/@$(MAINTAINER)/" .github/issue_template.md
14-
sed -i -E "s/@(\w*)/@$(MAINTAINER)/" .github/pull_request_template.md
13+
sed -i -E "s/@(\w*)/@$(LEAD)/" .github/issue_template.md
14+
sed -i -E "s/@(\w*)/@$(LEAD)/" .github/pull_request_template.md

0 commit comments

Comments
 (0)