Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 3.14 KB

CONTRIBUTING.md

File metadata and controls

68 lines (39 loc) · 3.14 KB

CONTRIBUTING

Thank you very much

First off, thank you for considering contributing . It's people like you that make the package such a great tool.

why you should read the guidelines.

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

what kinds of contributions are we looking for

Keep an open mind! Improving documentation, bug triaging, or writing tutorials are all examples of helpful contributions that mean less work for you.

this package is an open-source project and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests, or writing code that can be incorporated into package itself.

Please, don't use the issue tracker for [support questions].

Ground Rules

Expectations for behavior

Responsibilities

  • Ensure cross-platform compatibility for every change that's accepted. Windows, Mac, Debian & Ubuntu Linux.
  • Ensure that code that goes into core meets all requirements in this checklist: https://github.com/novaday-co/otp-input-vue#key-features
  • Create issues for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
  • Don't add any classes to the codebase unless absolutely needed. Err on the side of using functions.
  • Keep feature versions as small as possible, preferably one new feature per version.
  • Be welcoming to newcomers and encourage diverse new contributors from all backgrounds. See the Vue Community Code of Conduct.

Your First Contribution

Unsure where to begin contributing to Package? You can start by looking through these Key features and help-wanted issues: Beginner issues - issues which should only require a few lines of code, and a test or two. Help wanted issues - issues which should be a bit more involved than beginner issues. Both issue lists are sorted by total number of comments. While not perfect, number of comments is a reasonable proxy for impact a given change will have.

Getting started

a quick walkthrough of how to submit a contribution

For something that is bigger than a one or two line fix:

  1. Create your own fork of the code
  2. Do the changes in your fork
  3. If you like the change and think the project could use it:

How to report a bug

When filing an issue, make sure to answer these five questions:

  1. What version of package are you using?
  2. What operating system and processor architecture are you using?
  3. What did you do?
  4. What did you expect to see?
  5. What did you see instead?