forked from fleaflet/flutter_map
-
Notifications
You must be signed in to change notification settings - Fork 2
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
24 changed files
with
900 additions
and
528 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
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,14 +1,15 @@ | ||
# Contributing | ||
|
||
'flutter_map' is only as great as it is because of generous open-source contributors! | ||
|
||
We're always happy to receive improvements and fixes, so please submit them whenever you can! A few key points are listed below. | ||
|
||
> Many feature additions are more suitable for plugins, instead of being added to the core. This is aimed to reduce the future maintenance burden/cost on the maintainers. | ||
If we deny your PR for this reason, please do consider publishing a plugin, and we'll be happy to add it to the [Plugins List](https://docs.fleaflet.dev/plugins/list)! See [Making A Plugin](https://docs.fleaflet.dev/plugins/making-a-plugin) for more information. | ||
|
||
* If your PR will add a major or breaking change, please discuss it with us first, via the Issue Tracker | ||
* Always link your PR to at least one issue, and as many as are resolved | ||
* Create a draft PR as soon as work starts, and take it out of draft status when ready for review | ||
* Avoid changing the package version or GitHub workflows | ||
* Fix issues reported by the GitHub workflows (such as formatting) yourself | ||
* **If your PR will add a major or breaking change, please discuss it with us first, via the Issue Tracker** | ||
We don't want to waste your time if we think it's more appropriate for a plugin, and it helps to make a clear plan before starting work | ||
* **Create a draft PR as soon as work starts, and take it out of draft status when ready for review** | ||
Keep everyone in the loop, so no-one tries working on the same thing as you | ||
* **Don't change the package version, GitHub workflows, lints, or any other meta files without clarification** | ||
We rely on a standardized process and procedure to ensure top-quality releases | ||
* **Use a clear (preferably [Conventional](https://www.conventionalcommits.org/)) PR title** | ||
This makes it easier for us to group commits for release and write correct CHANGELOGs |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.