Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

28 lines (16 loc) · 1.17 KB

Thank you for considering contributing to Flot. We welcome contributions from everyone, and are grateful for every pull request!

1. Getting Started

2. Issues

3. Pull Requests

Getting Started

For help getting the project up and running locally, follow our DEVELOPERS.md guide.

Issues

If you find a bug, please create a new issue and provide as much information as possible.

  • Before creating a new issue, please search for similar issues in order to prevent duplicates.
  • Please provide as much information as possible, including reproduction steps, expected and actual behavior, screenshots, and any other relevant information.

Pull Requests

We welcome pull requests from the community! A few things to keep in mind:

  • If you're fixing a issue make sure that there isn't an existing pull request for it.
  • If you're adding a new feature, please create an Discussion
  • Please use the PR message template when creating a new pull request.
  • Please ensure that your code is properly formatted and follows the existing code style.