Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 1.45 KB

Contributing to vf-core-service-discovery

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

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

Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:

  1. Fork the repo and create your branch from master. The convention is [type]/[brief description] e.g. feature/add-templates.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation (e.g. CLI options).
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. Submit that pull request!

Report bugs

We use GitHub issues to track public bugs. Report a bug by opening a new issue.

Code style

The project uses ESLint with the following plugins:

  • @typescript-eslint/eslint-recommended
  • @typescript-eslint/recommended
  • prettier/recommended

If you're using VS Code please install the ESLint extension.

License

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