diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..ee7ab39c --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,33 @@ +# Code of Conduct for Musify + +This project and its community are dedicated to providing a harassment-free experience for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, or religion. We do not tolerate harassment of participants in any form. + +## Expected Behavior + +- Be respectful and professional in all interactions with others. +- Avoid using language that can be considered offensive or inflammatory. +- Refrain from engaging in personal attacks or harassment of any kind. +- Be mindful of the language you use in public and private communications. + +## Unacceptable Behavior + +- Harassment, including but not limited to verbal or written abuse, threats, and intimidation. +- Discriminatory language and behavior, including but not limited to hate speech. +- Posting or sharing sexually explicit or violent material. +- Spamming, trolling, or any other disruptive behavior. + +## Reporting Harassment + +If you experience or witness harassment, please report it immediately to the project maintainers. Reports can be made anonymously, if desired. + +## Consequences + +Unacceptable behavior will not be tolerated and may result in consequences up to and including a ban from the project and its community. + +## Changes + +This code of conduct may be revised from time to time. The most current version will always be available in this file. + +## Attribution + +This code of conduct is adapted from [Contributor Covenant](https://www.contributor-covenant.org/). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..8636534f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +# Contributing to Musify + +Thank you for considering contributing to this project! We welcome and appreciate all contributions. + +## How to Contribute + +1. Fork the repository and clone it locally. +2. Create a new branch for your changes. +3. Make your changes and test them thoroughly. +4. Commit your changes and push them to your fork. +5. Open a pull request and describe your changes. + +## Code of Conduct + +All contributors are expected to abide by our code of conduct. Please make sure to read and understand the [code of conduct](https://github.com/gokadzev/Musify/blob/master/CODE_OF_CONDUCT.md) before making a contribution. + +## Code Reviews + +All pull requests will be reviewed by at least one project maintainer. Please be patient and willing to make changes based on feedback. + +## Attribution + +By contributing to this project, you agree to allow your contributions to be used and distributed under the project's license. + +## Questions + +If you have any questions about contributing, please contact the project maintainers. diff --git a/README.md b/README.md index 523232d6..69a17211 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,12 @@ flutter pub get flutter run ``` +--- + +