Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 1.19 KB

Contributions

We are happy to accept contributions! This is what makes Open Source possible. We ask that you follow these guidelines when contributing.

Issues

Found a bug or have an idea for a feature? You can help us by creating an issue. Just make sure that an issue describing the bug or feature does not already exist. You can go even further and open a Pull Request with the fix or proposed feature.

Pull Requests

Follow these steps to contribute your work to API Discovery:

  1. Open an issue describing the problem or proposed feature. Assign yourself so we know you're working on it.
  2. Fork this repo and create a branch for your work.
  3. Push changes to your branch.
  4. Test your changes.
  5. Open a Pull Request when your code is ready for review.
    1. Mention the issue number in the comment (e.g. Fixes #37).
    2. If you're still working on it, add the under development label.
  6. We will review your PR, give feedback, and merge when it is ready.

Thanks for your contribution!