File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
77all : list
1010 @grep ' ^\.PHONY' Makefile | cut -d' ' -f2- | tr ' ' ' \n'
1111
1212templates :
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
You can’t perform that action at this time.
0 commit comments