Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

49 lines (31 loc) · 1.51 KB

Contributing to Hans' Mbua Homepage

I would like to hear from you and get some good constructive feedback. I doesn't matter what it is:

  • Reporting a bug.
  • Discussing the current state of the code.
  • Submitting a fix.
  • Proposing new features.

We Develop with Github

I use github to host code, to track issues and feature requests, as well as accept pull requests.

Pull requests are the best way to propose changes to the codebase (we use Github Flow).

Send your PR's to:

  1. Fork the repo and create your branch from master.
  2. Make sure your code lints. Formatting is important.
  3. Issue that pull request!

Any contributions will be under the "Use whatever seems useful to you" license

When you decide to collaborate in this project, your code goes under the same license that covers the project.

Report bugs using issues

I use GitHub issues to keep track of bugs. You can also congratulate me.

Use a Consistent Coding Style

  • 2 spaces for indentation rather than tabs
  • You can try running npm run lint for style unification

License

By contributing, you agree that your contributions will be licensed under its "Use whatever seems useful to you" license.

References

This document was adapted from the open-source contribution guidelines for Facebook's Draft