From 1bf8569c96354ef537c047762159ebc181a866d5 Mon Sep 17 00:00:00 2001 From: Sofia da Cruz Teixeira Date: Thu, 15 Apr 2021 15:45:20 +0100 Subject: [PATCH 1/2] chore: add contributing and code of conduct files --- docs/CODE_OF_CONDUCT.md | 76 +++++++++++++++++++++++++++++++++++++++++ docs/CONTRIBUTING.md | 29 ++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 docs/CODE_OF_CONDUCT.md create mode 100644 docs/CONTRIBUTING.md diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..712fcb7f --- /dev/null +++ b/docs/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at opensource@farfetch.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq \ No newline at end of file diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md new file mode 100644 index 00000000..13602386 --- /dev/null +++ b/docs/CONTRIBUTING.md @@ -0,0 +1,29 @@ +## Contributing +[fork]: https://github.com/farfetch/react-carousel +[pr]: https://github.com/farfetch/react-carousel/compare +[code-of-conduct]: CODE_OF_CONDUCT.md + +Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. + +Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms. + +## Submitting a pull request + +1. Check the issues or open a new one +1. Fork this repository +1. Create your feature branch: `git checkout -b my-new-feature` +1. Commit your changes: `git commit -am 'Add some feature'` +1. Push to the branch: `git push origin my-new-feature` +1. Submit a pull request linked to the issue 1. :D + +Here are a few things you can do that will increase the likelihood of your pull request being accepted: + +- Write tests. +- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, submit them as separate pull requests. +- Write [good commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). + +## Resources + +- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/) +- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/) +- [GitHub Help](https://help.github.com) \ No newline at end of file From a2d808d79b9001ae7cf6cf01931f4dfcda4a5471 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Apr 2021 14:47:07 +0000 Subject: [PATCH 2/2] chore(release): 1.0.2 [skip ci] ### [1.0.2](https://github.com/Farfetch/react-carousel/compare/v1.0.1...v1.0.2) (2021-04-15) --- docs/CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ba25a191..33d50a25 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,5 @@ +### [1.0.2](https://github.com/Farfetch/react-carousel/compare/v1.0.1...v1.0.2) (2021-04-15) + ### [1.0.1](https://github.com/Farfetch/react-carousel/compare/v1.0.0...v1.0.1) (2021-04-09) ## 1.0.0 (2021-03-24) diff --git a/package.json b/package.json index 870e9b80..53ce39f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@farfetch/react-carousel", - "version": "1.0.1", + "version": "1.0.2", "description": "A carousel component, with support for Swipe, Scroll and Snap Points", "license": "MIT", "keywords": [