Skip to content

Commit 3666545

Browse files
committed
Added LEAD.md
1 parent c07f1a6 commit 3666545

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/issue_template.md

+1-1
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 @roll (maintainer of this repository)
7+
Please preserve this line to notify @roll (lead of this repository)

.github/pull_request_template.md

+1-1
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 @roll (maintainer of this repository)
7+
Please preserve this line to notify @roll (lead of this repository)

MAINTAINER.md LEAD.md

File renamed without changes.

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
PACKAGE := $(shell grep '^PACKAGE =' setup.py | cut -d "'" -f2)
55
VERSION := $(shell head -n 1 $(PACKAGE)/VERSION)
6-
MAINTAINER := $(shell head -n 1 MAINTAINER.md)
6+
LEAD := $(shell head -n 1 LEAD.md)
77

88

99
all: list
@@ -30,8 +30,8 @@ release:
3030
git push --follow-tags
3131

3232
templates:
33-
sed -i -E "s/@(\w*)/@$(MAINTAINER)/" .github/issue_template.md
34-
sed -i -E "s/@(\w*)/@$(MAINTAINER)/" .github/pull_request_template.md
33+
sed -i -E "s/@(\w*)/@$(LEAD)/" .github/issue_template.md
34+
sed -i -E "s/@(\w*)/@$(LEAD)/" .github/pull_request_template.md
3535

3636
test:
3737
pylama $(PACKAGE)

0 commit comments

Comments
 (0)