-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
988 changed files
with
330,507 additions
and
15,369 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"baseDir": "dist", | ||
"files": [ | ||
{ | ||
"path": "leaflet.js" | ||
} | ||
], | ||
"reportOutput": [ | ||
[ | ||
"github", | ||
{ | ||
"checkRun": true, | ||
"commitStatus": false, | ||
"prComment": false | ||
} | ||
] | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: Leaflet | ||
open_collective: leafletjs |
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 |
---|---|---|
@@ -0,0 +1,78 @@ | ||
name: Bug report | ||
description: Report a bug to help us improve | ||
labels: ["bug", "needs triage"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
description: > | ||
Please confirm the following: | ||
options: | ||
- label: I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected. | ||
required: false | ||
- label: I'm sure this is an issue with Leaflet, not with my app or other dependencies (Angular, Cordova, React, etc.). | ||
required: false | ||
- label: I've searched through the [current issues](https://github.com/Leaflet/Leaflet/issues) to make sure this hasn't been reported yet. | ||
required: false | ||
- label: I agree to follow the [Code of Conduct](https://github.com/Leaflet/Leaflet/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: > | ||
How do you trigger this bug? Please walk us through it step by step. | ||
placeholder: | | ||
1. Go to [...] | ||
2. Click on [...] | ||
3. See error [...] | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: > | ||
A clear and concise description of what you expected to happen. | ||
Provide additional context if necessary (screenshots, video, links, etc.). | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Current behavior | ||
description: > | ||
A clear and concise description of what is actually happening. | ||
Provide additional context if necessary (screenshots, video, links, etc.). | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Minimal example reproducing the issue | ||
description: | | ||
Please create an example using the [Leaflet Editor](https://leafletjs.com/edit.html) or any other suitable online code editor. | ||
**This example should be as simple as possible, and should not rely on any third-party code!** | ||
placeholder: Link to your example here | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
Please fill in the Leaflet [version](https://leafletjs.com/reference.html#version) and the name and versions of the affected browser(s), OS(es), and platform(s). | ||
Example: | ||
- Leaflet version: 1.7.1, 1.8.0-beta.0 | ||
- Browser (with version): Chrome 99.0.4844.82, Firefox 98.0.1 | ||
- OS/Platform (with version): Windows 10 laptop | ||
placeholder: | | ||
- Leaflet version: | ||
- Browser (with version): | ||
- OS/Platform (with version): | ||
value: | | ||
- Leaflet version: | ||
- Browser (with version): | ||
- OS/Platform (with version): | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Support | ||
url: https://stackoverflow.com/questions/tagged/leaflet | ||
about: > | ||
We use GitHub as an issue tracker and do not provide support here. | ||
For general usage please refer to the Leaflet documentation: | ||
https://leafletjs.com. | ||
For support questions like "How can I do X with Leaflet?" | ||
please search or ask questions on | ||
StackOverflow: https://stackoverflow.com/questions/tagged/leaflet or | ||
StackExchange: https://gis.stackexchange.com/questions/tagged/leaflet. |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: ["feature", "needs triage"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
description: > | ||
Please confirm the following: | ||
options: | ||
- label: I've searched through the [plugins](https://leafletjs.com/plugins.html) to make sure this feature isn't already available, or think it shouldn't require a plugin. | ||
required: false | ||
- label: I've searched through the [current issues](https://github.com/Leaflet/Leaflet/issues) to make sure this feature hasn't been requested already. | ||
required: false | ||
- label: I agree to follow the [Code of Conduct](https://github.com/Leaflet/Leaflet/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: > | ||
Is your feature request related to a problem? Provide a clear and concise description of what the problem is. | ||
Provide additional context if necessary (screenshots, video, links, etc.). | ||
placeholder: > | ||
e.g. "I'm always frustrated when [...]" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Suggested solution | ||
description: > | ||
Provide a clear and concise description of what you want to happen. | ||
Provide additional context if necessary (screenshots, video, links, etc.). | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Alternatives considered | ||
description: > | ||
Please describe any alternative solutions or features you've considered. | ||
validations: | ||
required: false |
44 changes: 44 additions & 0 deletions
44
Leaflet-1.9.4/.github/ISSUE_TEMPLATE/improve_documentation.yml
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Improve documentation | ||
description: Suggest new additions or updates to existing documentation | ||
labels: ["docs", "needs triage"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
description: > | ||
Please confirm the following: | ||
options: | ||
- label: I've searched through the [current issues](https://github.com/Leaflet/Leaflet/issues) to make sure this change hasn't been suggested already. | ||
required: false | ||
- label: I agree to follow the [Code of Conduct](https://github.com/Leaflet/Leaflet/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Which documents need updating? | ||
description: > | ||
For existing content, please provide one or more URLs of documents that need updating. | ||
You may also provide [permalinks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet) to the relevant source code. | ||
placeholder: e.g. "https://leafletjs.com/reference.html#map-example" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: > | ||
Why is this change needed? Provide a clear and concise description of what the problem is. | ||
Provide additional context if necessary (screenshots, video, links, etc.). | ||
placeholder: > | ||
e.g. "The documentation doesn't help me understand how to [...]" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Suggested changes | ||
description: > | ||
Provide a clear and concise description of the changes you want to see. | ||
Provide additional context if necessary (screenshots, video, links, etc.). | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: / | ||
open-pull-requests-limit: 999 | ||
rebase-strategy: disabled | ||
schedule: | ||
interval: weekly | ||
labels: | ||
- dependencies | ||
ignore: | ||
- dependency-name: eslint-config-mourner | ||
update-types: ["version-update:semver-major"] | ||
- dependency-name: sinon | ||
update-types: ["version-update:semver-major"] | ||
- dependency-name: mocha | ||
update-types: ["version-update:semver-major"] | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
open-pull-requests-limit: 999 | ||
rebase-strategy: disabled | ||
schedule: | ||
interval: weekly | ||
labels: | ||
- dependencies |
Oops, something went wrong.