-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into clean-coords-fixes
- Loading branch information
Showing
164 changed files
with
71,128 additions
and
1,224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Please provide the following when reporting an issue: | ||
|
||
- [ ] The version of Turf you are using, and any other relevant versions. | ||
- [ ] GeoJSON data as a [gist file](https://gist.github.com/) or [geojson.io](http://geojson.io/) (filename extension must be `.geojson`). | ||
- [ ] Snippet of source code or for complex examples use [jsfiddle](https://jsfiddle.net/). | ||
- [ ] Verify this issue hasn't already been reported, or resolved in the latest alpha pre-release. | ||
- [ ] Description of the problem, and how it differs from what you expected. | ||
- [ ] Version of Turf you are using, and of any other relevant software. | ||
- [ ] GeoJSON data as a [gist file](https://gist.github.com/) or [geojson.io](https://geojson.io/) (filename extension must be `.geojson`). Simple reproducible examples are preferrable. | ||
- [ ] Snippet of source code for complex examples using [jsfiddle](https://jsfiddle.net/). | ||
- [ ] Confirmation this issue hasn't already been reported, or is resolved and just hasn't been released yet. | ||
|
||
<!-- Love turf? Please consider supporting our collective: | ||
👉 https://opencollective.com/turf/donate --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
Please fill in this template. Use a meaningful title for the pull request. Include the name of the package modified. | ||
Please provide the following when creating a PR: | ||
|
||
- [ ] Is this a bug fix, new functionality, or a breaking change? | ||
- [ ] Have read and followed the steps for [preparing a pull request](https://github.com/Turfjs/turf/blob/master/CONTRIBUTING.md#preparing-a-pull-request). | ||
|
||
Submitting a new TurfJS Module. | ||
|
||
- [ ] Overview description of proposed module. | ||
- [ ] Include JSDocs with a basic example. | ||
- [ ] Execute `./scripts/generate-readmes` to create `README.md`. | ||
- [ ] Add yourself to **contributors** in `package.json` using "Full Name <@GitHub Username>". | ||
- [ ] Meaningful title, including the name of the package being modified. | ||
- [ ] Summary of the changes. | ||
- [ ] Heads up if this is a breaking change. | ||
- [ ] Any issues this [resolves](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests). | ||
- [ ] Inclusion of your details in the `contributors` field of `package.json` - you've earned it! 👏 | ||
- [ ] Confirmation you've read the steps for [preparing a pull request](https://github.com/Turfjs/turf/blob/master/docs/CONTRIBUTING.md#preparing-a-pull-request). |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.