Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 1.85 KB

Contributing guide

Want to contribute to TabPanelWidget? Awesome! There are many ways you can contribute, see below.

Opening issues

Open an issue to report bugs or to propose new features (for issues related to the website, please use this template):

  • Reporting bugs: describe the bug as clearly as you can, including steps to reproduce, what happened and what you were expecting to happen. Also include browser version, OS and other related software's (npm, Node.js, etc) versions when applicable.

  • Proposing features: explain the proposed feature, what it should do, why it is useful, how users should use it. Give us as much info as possible so it will be easier to discuss, access and implement the proposed feature. When you're unsure about a certain aspect of the feature, feel free to leave it open for others to discuss and find an appropriate solution.

Proposing pull requests

Pull requests (we have a template) are very welcome. Note that if you are going to propose drastic changes, be sure to open an issue for discussion first, to make sure that your PR will be accepted before you spend effort coding it.

Fork the TabPanelWidget repository, clone it locally and create a branch for your proposed bug fix or new feature. Avoid working directly on the master branch.

Implement your bug fix or feature, then commit your changes, push your bug fix/feature branch to the origin (your forked repository) and open a pull request to tabpanelwidget/tabpanelwidget.


This file was inspired by the wonderful clipboard.js's contribution guidelines.