Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 5.84 KB

contributing.md

File metadata and controls

65 lines (33 loc) · 5.84 KB

Contributing to this Module

Thank you for contributing to this Feathers Module! ❤️ 🎉

Feathers embraces modularity and is broken up across multiple modules. You can find them all in the packages/ folder. Most reflect their name on npm. For example, the code for @feathersjs/feathers will be in packages/feathers, for @feathersjs/authentication in packages/authenticaiton.

Report a bug

Before creating an issue please make sure you have checked out the docs, specifically the FAQ section. You might want to also try searching Github. It's pretty likely someone has already asked a similar question.

If you haven't found your answer please feel free to join our slack channel, create an issue on Github, or post on Stackoverflow using the feathersjs tag. We try our best to monitor Stackoverflow but you're likely to get more immediate responses in Slack and Github.

Issues can be reported in the issue tracker. Since feathers combines many modules it can be hard for us to assess the root cause without knowing which modules are being used and what your configuration looks like, so it helps us immensely if you can link to a simple example that reproduces your issue.

Report a Security Concern

We take security very seriously at Feathers. We welcome any peer review of our 100% open source code to ensure nobody's Feathers app is ever compromised or hacked. As a web application developer you are responsible for any security breaches. We do our very best to make sure Feathers is as secure as possible by default.

In order to give the community time to respond and upgrade we strongly urge you report all security issues to us. Send one of the core team members a PM in Slack or email us at hello@feathersjs.com with details and we will respond ASAP.

For full details refer to our Security docs.

Pull Requests

We ❤️ pull requests and we're continually working to make it as easy as possible for people to contribute.

We prefer small pull requests with minimal code changes. The smaller they are the easier they are to review and merge. A FeathersJS maintainer will pick up your PR and review it as soon as they can. They may ask for changes or reject your pull request. This is not a reflection of you as an engineer or a person. Please accept feedback graciously as we will also try to be sensitive when providing it.

Although we generally accept many PRs they can be rejected for many reasons. We will be as transparent as possible but it may simply be that you do not have the same context, historical knowledge or information regarding the roadmap that the maintainers have. We value the time you take to put together any contributions so we pledge to always be respectful of that time and will try to be as open as possible so that you don't waste it. 😄

All PRs (except documentation) should be accompanied with tests and pass the linting rules.

Code style

Before running the tests from the test/ folder npm test will run ESlint. You can check your code changes individually by running npm run lint.

Tests

Mocha tests are located in the test/ folder and can be run using the npm run mocha or npm test (with ESLint and code coverage) command.

Documentation

Feathers documentation is contained in Markdown files in the docs repository. To change the documentation submit a pull request to that repo, referencing any other PR if applicable, and the docs will be updated with the next release.

Community Contributions

If you've written something awesome about Feathers, for the Feathers ecosystem, or created an app using Feathers please add it to the awesome-feathersjs.

If you are looking to create a new plugin you also might want to check out the Plugin Generator that can be used to scaffold plugins to be Feathers compliant from the start.

If you think your module would be a good core feathersjs module or featherjs-ecosystem module then please contact one of the Feathers maintainers in Slack and we can discuss whether it belongs and how to get it there. 🍻

Contributor Code of Conduct

As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.

We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.

Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.

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. Project maintainers who do not follow the Code of Conduct may be removed from the project team.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.

This Code of Conduct is adapted from the Contributor Covenant, version 1.0.0, available at http://contributor-covenant.org/version/1/0/0/