The best way to contribute is to help others in the Vapid community. This includes:
- Reporting new bugs or adding details to existing ones
- Quick typo fix or documentation improvement Pull Requests
- Participating in and answering questions in the Vapid forums
After becoming familiar with Vapid and the codebase, likely through using Vapid yourself and making some of the above contributions, you may choose to take on a bigger commitment by:
If you have a question, it is best to ask on the Vapid forums. Vapid maintainers and community members monitor the forums.
Search through Github Issues to see if the bug has already been reported. If so, please comment with any additional information.
New bug reports must include:
- A detailed description of the faulty behavior
- Steps for reproduction or failing test case
- Expected and actual behaviors
- Platforms (OS and browser combination) affected
- Version of Vapid
Search through Github Issues to see if someone has already suggested the feature. If so, please provide support with a reaction and add your use case.
To open a new feature request, please include:
- A detailed description of the feature
- Background of where and how you are using Vapid
- The use case that would be enabled or improved if the feature was implemented
Please check to make sure your plans fall within Vapid's scope. This often means opening up a discussion.
Non-code Pull Requests such as typo fixes or documentation improvements are highly encouraged and are often accepted immediately.
Pull requests must:
- Be forked off the develop branch.
- Pass the linter and conform to existing coding styles.
- Commits are squashed to minimally coherent units of changes.
- Are accompanied by tests covering the new feature or demonstrating the bug for fixes.
- Serve a single atomic purpose (add one feature or fix one bug).
- Introduce only changes that further the PR's singular goal (ex. do not tweak an unrelated config along with adding your feature).
- Not break any existing unit or end to end tests.
Important: By issuing a Pull Request, you agree to allow the project owners to license your work under the terms of the License.