Skip to content

Commit

Permalink
Added LEAD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 26, 2019
1 parent 0b40683 commit ea35de2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Please replace this line with full information about your idea or problem. If it

---

Please preserve this line to notify @danielfireman (maintainer of this repository)
Please preserve this line to notify @danielfireman (lead of this repository)
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Please replace this line with full information about your pull request. Make sur

---

Please preserve this line to notify @danielfireman (maintainer of this repository)
Please preserve this line to notify @danielfireman (lead of this repository)
File renamed without changes.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all list templates


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


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

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

0 comments on commit ea35de2

Please sign in to comment.