From a496f7a0709774eb99d6ce2862375041ad375bfe Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Thu, 29 Dec 2022 21:22:15 -0300 Subject: [PATCH 1/2] Create pull_request_template.md requiring the license approval for new pull-requests. --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 00000000..97e494ab --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +Before your pull-request is merged, +it is required to approve an open-source MIT LICENSE being discussed on the pull-request: +https://github.com/SublimeText/LaTeXTools/pull/1570 - Created the LICENSE as represented on the github issue #1175 + +To approve the license on pull-request #1570, +click on the `review now` button at the pull-request sidebar, as shown in the following image, +and type `I agree with the MIT license proposed.` as the review message: +![pull-request sidebar `review now` button](https://i.imgur.com/zEqlHae.png) From 0b4dbe8b96d52468cc8bc4b98d2f867eaed2305f Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Thu, 29 Dec 2022 22:07:47 -0300 Subject: [PATCH 2/2] Add a GitHub own hosted image instead of an imgur one --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 97e494ab..cc01966f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,4 +5,4 @@ https://github.com/SublimeText/LaTeXTools/pull/1570 - Created the LICENSE as rep To approve the license on pull-request #1570, click on the `review now` button at the pull-request sidebar, as shown in the following image, and type `I agree with the MIT license proposed.` as the review message: -![pull-request sidebar `review now` button](https://i.imgur.com/zEqlHae.png) +![image](https://user-images.githubusercontent.com/5332158/210024625-dbfb5ff1-c9a1-41b9-b880-2691dbd7a050.png)