From d4d3ec3774d228442ab37a372f85902f5be0d13e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sun, 6 Aug 2017 11:48:33 -0400 Subject: [PATCH 1/4] Move Contributing guide into github directory --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md From d5de45cb95695d6c117f88001c0b169fe7c05ae1 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sun, 6 Aug 2017 11:49:35 -0400 Subject: [PATCH 2/4] Update README reference to moved guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4d4f3ed..52833e77 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collective list of free JSON APIs for use in web development. A JSON encoding of all entries can be found [here](json). -For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md). +For information on contributing to this project, please see the [contributing guide](.github/CONTRIBUTING.md). Please note a passing build status indicates all listed APIs are available since the last update. A failing build status indicates that 1 or more services may be unavailable at the moment. @@ -547,4 +547,4 @@ API | Description | Auth | HTTPS | Link | | OpenWeatherMap | Weather | `apiKey` | No | [Go!](http://openweathermap.org/api) | | Weatherbit | Weather | `apiKey` | Yes | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | `apiKey` | Yes | [Go!](https://www.wunderground.com/weather/api/) | -| Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | \ No newline at end of file +| Yahoo! Weather | Weather | No | Yes | [Go!](https://developer.yahoo.com/weather/) | From 929f78527fe2b896ae67a2256fc96036cac9cb25 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sun, 6 Aug 2017 11:53:09 -0400 Subject: [PATCH 3/4] add padding note in guide --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c4321600..8f637ac5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -27,7 +27,7 @@ Currently, the only accepted inputs for this field are as follows: * `X-Mashape-Key` - _the name of the header which may need to be sent_ * `No` - _the API requires no authentication to run_ -Please continue to follow the alphabetical ordering that is in place per section. +Please continue to follow the alphabetical ordering that is in place per section. Each string in each section should be padded by one space on each side as well. If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under `Social` since it is mainly a social network, even though it could also apply to `Photography`. From fdc095623c4e00c3617b527bb0e02a03dcb2d198 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sun, 6 Aug 2017 11:54:07 -0400 Subject: [PATCH 4/4] add issue and pr templates --- .github/ISSUE_TEMPLATE.md | 4 ++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..1bc7a3bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,4 @@ +Thanks for looking to open an issue for this project! + +If you are opening an issue to add a new entry, please consider opening a pull request instead! + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..3d371125 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Thank you for taking the time to work on a PR for this project! + +To ensure your PR is dealt with swiftly please check the following: + +- [ ] Your submissions are formatted according to the guidelines in the [contributing guide](CONTRIBUTING.md). + +- [ ] Your additions are ordered alphabetically. +- [ ] You have searched the repository for any relevant issues or PRs. +- [ ] Any category you are creating has the minimum requirement of 3 items.