From f2b4679d3981b5f3df8165408dd4a59feff8857f Mon Sep 17 00:00:00 2001 From: Romain ASNAR Date: Fri, 18 May 2018 03:52:26 +0800 Subject: [PATCH 1/2] Add first pull request template file. --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..5aa388f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +### Issue Link :link: + + +### Goals :soccer: + + + +### Resources :link: + \ No newline at end of file From 1a4ea6d8530cb6df599889d638cacfed4e305aea Mon Sep 17 00:00:00 2001 From: Romain ASNAR Date: Fri, 18 May 2018 04:04:32 +0800 Subject: [PATCH 2/2] Rename Resources section to Inspiration. --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5aa388f..4fd50fe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,5 +5,5 @@ -### Resources :link: - \ No newline at end of file +### Inspiration :bulb: + \ No newline at end of file