-
-
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.
Merge pull request #9 from rydmike/next-release
Version 1.5.0
- Loading branch information
Showing
21 changed files
with
442 additions
and
173 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
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 @@ | ||
# Code of Conduct for Contributors | ||
|
||
We are committed to creating a friendly and respectful community for everyone who wants to contribute to this open source library. By participating in this project, you agree to abide by the following code of conduct. | ||
|
||
## Be respectful and constructive | ||
|
||
We value your feedback and suggestions, but please be respectful and constructive when you communicate with other contributors, maintainers, and users. Avoid personal attacks, insults, trolling, harassment, or any other behavior that could make others feel unwelcome or uncomfortable. If you disagree with someone, try to understand their perspective and explain your reasoning in a polite and clear manner. | ||
|
||
## Follow the project guidelines | ||
|
||
We have some guidelines for how to contribute to this project, such as coding style enforced via lint rules, documentation, testing, and pull requests. Please follow these guidelines when you make your contributions. They are designed to ensure the quality and consistency of the codebase, as well as to facilitate the review process. If you are unsure about something, feel free to ask the maintainers or other contributors for help. | ||
|
||
## Acknowledge the work of others | ||
|
||
We appreciate your contributions, but we also expect you to acknowledge the work of others who have contributed to this project before you. Do not claim credit for something that is not your own, or plagiarize from other sources. If you use or modify code from other sources, make sure to give proper attribution and follow the license terms. | ||
|
||
## Be honest and transparent | ||
|
||
We expect you to be honest and transparent about your contributions. Do not submit code that you know is faulty, incomplete, or untested. Do not misrepresent the purpose or scope of your contribution. Do not hide any potential conflicts of interest or ulterior motives. If you encounter any problems or issues with your contribution, please report them promptly and openly. | ||
|
||
## Be open and inclusive | ||
|
||
We welcome contributions from anyone who shares our vision and values for this project. We do not discriminate based on age, gender, race, ethnicity, religion, sexual orientation, disability, or any other personal characteristics. We strive to create an inclusive and diverse community that fosters collaboration and innovation. | ||
|
||
Thank you for your contribution! 🙏 |
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,41 @@ | ||
# Contributing to FlexSeedScheme | ||
|
||
Thank you for your interest in contributing to **FlexSeedScheme**, a more flexible and powerful version of Flutter's ColorScheme.fromSeed. Use multiple seed colors, custom chroma and tone mapping. We welcome contributions that fix bugs, introduce enhancements or new features, and correct API documentation errors or typos. | ||
|
||
## How to contribute | ||
|
||
Before you start working on your contribution, please follow these steps: | ||
|
||
- Fork the repository on GitHub and clone your fork to your local machine. | ||
- Create a new branch from the main branch and name it according to the type and scope of your contribution. For example, `fix/issue-123` or `feature/new-color-option`. | ||
- Make your changes in the new branch, following the code style and conventions of the project. | ||
- Write tests for your changes, using the existing test framework. Make sure your changes do not break any existing tests or decrease the test coverage of the project. | ||
- Commit your changes with a clear and descriptive message, referencing any relevant issues or pull requests. | ||
- Push your changes to your fork on GitHub and create a pull request against the main branch of the original repository. | ||
- Wait for the maintainers to review your pull request and provide feedback or approval. | ||
|
||
## What to contribute | ||
|
||
We appreciate any contribution that improves the quality and functionality of the package. Here are some examples of what you can contribute: | ||
|
||
- Bug fixes: If you find a bug in the package, please report it as an issue on GitHub and provide a fix if possible. | ||
- Enhancements: If you have an idea for a new feature or an improvement to an existing feature, please create an issue on GitHub to discuss it with the maintainers before working on it. | ||
- Documentation: If you notice any errors or typos in the API documentation or the README file, please correct them and submit a pull request. | ||
|
||
## What not to contribute | ||
|
||
We value your time and effort, but we also have some guidelines for what kind of contributions we do not accept. Please do not submit contributions that: | ||
|
||
- Introduce breaking API changes **without** prior discussion and approval from the maintainers. | ||
- Add little or no value to the package, such as stylistic or irrelevant updates in the samples that demonstrate usage of the package. Such contributions are unlikely to be merged, as they may cause unnecessary conflicts or maintenance issues. | ||
- Violate the code of conduct or the license of the project. | ||
|
||
## Code of conduct | ||
|
||
We expect all contributors to follow our code of conduct, which promotes a respectful and inclusive contribution community. | ||
|
||
## License | ||
|
||
By contributing to flex_seed_scheme, you agree that your contributions will be licensed under its [BSD 3-Clause License](https://github.com/rydmike/flex_seed_scheme/blob/master/LICENSE). | ||
|
||
Thank you for your contribution! 🙏 |
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.