Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.65 KB

File metadata and controls

35 lines (23 loc) · 1.65 KB

Contributing to BFast Functions

We welcome contributions to BFast Functions! If you have an idea for a new feature or have found a bug, please open an issue on our GitHub repository.

Reporting Bugs

Before reporting a bug, please search the existing issues to see if someone else has already reported it. If you can't find an existing issue, please open a new one and include the following information:

  • A clear and descriptive title.
  • A detailed description of the bug, including steps to reproduce it.
  • The expected behavior and the actual behavior.
  • Your environment details (e.g., Node.js version, OS, etc.).

Suggesting Features

We're always looking for new ideas to improve BFast Functions. If you have a suggestion for a new feature, please open an issue on our GitHub repository and include the following information:

  • A clear and descriptive title.
  • A detailed description of the feature you'd like to see.
  • Any examples or use cases that would help us understand the feature better.

Submitting Pull Requests

If you'd like to contribute code to BFast Functions, please follow these steps:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Make your changes and write tests to cover them.
  3. Ensure that all tests pass by running npm test.
  4. Submit a pull request to the main branch.

Please make sure your pull request includes the following:

  • A clear and descriptive title.
  • A detailed description of the changes you've made.
  • A link to the issue you're addressing (if applicable).