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.
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.).
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.
If you'd like to contribute code to BFast Functions, please follow these steps:
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes and write tests to cover them.
- Ensure that all tests pass by running
npm test. - Submit a pull request to the
mainbranch.
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).