Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 917 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 917 Bytes

Contributing to whelk.io

Getting Started

  1. Clone the repository to your local system.

  2. Build and install in your local Maven repository: ./mvnw clean install

Pull Requests

  1. Fork the repository to your personal GitHub account.

  2. Create a feature branch from develop. Example: feature/adding-widget

  3. Add unit-tests for new code.

  4. Update README.md, if necessary.

  5. Raise a pull request from your feature branch to develop.

Bug Reporting

Report bugs using Github's issues.

Write bug reports with detail, background, and sample code

  • A quick summary and/or background
  • Steps to reproduce
    • Be specific
    • Give sample code if you can
  • What you expected would happen
  • What actually happens

License

By contributing, you agree that your contributions will be licensed under its Apache 2.0 License.