From e254a01f13885766d80e9b895c05a96da8ff40b5 Mon Sep 17 00:00:00 2001 From: Niranjan Ghule Date: Fri, 24 Sep 2021 15:33:58 +0530 Subject: [PATCH 1/2] Added template for Pull Requests Added Apache Jmeter's template for pull request --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index f369a4d..87714ff 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,8 @@ * [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql/blob/master/.github/PULL_REQUEST_TEMPLATE.md) * [theos/theos](https://github.com/theos/theos/blob/master/.github/PULL_REQUEST_TEMPLATE.md) * [urigo/angular-meteor](https://github.com/Urigo/angular-meteor/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +* [apache/jmeter](https://github.com/apache/jmeter/blob/master/PULL_REQUEST_TEMPLATE.md) + > [Find more `PULL_REQUEST_TEMPLATE.md` files](https://github.com/search?utf8=%E2%9C%93&q=in%3Apath+pull_request_template.md&type=Code&ref=searchresults) From 64dccc33fb7a472a6baac2a466cf8d890bb58a1d Mon Sep 17 00:00:00 2001 From: Niranjan Ghule Date: Fri, 24 Sep 2021 15:42:24 +0530 Subject: [PATCH 2/2] Moved link to correct order --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 87714ff..09df998 100644 --- a/readme.md +++ b/readme.md @@ -30,13 +30,13 @@ ## :rocket: Templates for Pull Requests * [angular-translate/angular-translate](https://github.com/angular-translate/angular-translate/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +* [apache/jmeter](https://github.com/apache/jmeter/blob/master/PULL_REQUEST_TEMPLATE.md) * [appium/appium](https://github.com/appium/appium/blob/master/.github/PULL_REQUEST_TEMPLATE.md) * [bchavez/rethinkdb.driver](https://github.com/bchavez/RethinkDb.Driver/blob/master/.github/PULL_REQUEST_TEMPLATE.md) * [driftyco/ionic](https://github.com/driftyco/ionic/blob/master/.github/PULL_REQUEST_TEMPLATE.md) * [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql/blob/master/.github/PULL_REQUEST_TEMPLATE.md) * [theos/theos](https://github.com/theos/theos/blob/master/.github/PULL_REQUEST_TEMPLATE.md) * [urigo/angular-meteor](https://github.com/Urigo/angular-meteor/blob/master/.github/PULL_REQUEST_TEMPLATE.md) -* [apache/jmeter](https://github.com/apache/jmeter/blob/master/PULL_REQUEST_TEMPLATE.md) > [Find more `PULL_REQUEST_TEMPLATE.md` files](https://github.com/search?utf8=%E2%9C%93&q=in%3Apath+pull_request_template.md&type=Code&ref=searchresults)