# StormFetch Support, Learning, and Contribution

## Official contact

| Contact | Details |
| --- | --- |
| Developer | **Pradeep Kumar Sheoran (Stack Developer)** |
| Company | **BSG Technologies** |
| Phone / WhatsApp | **+91-8595147850 (Also WhatsApp)** |
| Official website | **[🌐 Visit BSG Technologies](https://bsgtechnologies.com)** |

Visit the official website to meet, learn, contribute, discuss new topics, propose package improvements, or accept a coffee invitation.

## Before asking for help

1. Check [LEARN_HERE.md](./LEARN_HERE.md) for beginner lessons.
2. Find the correct function in [FUNCTIONS.md](./FUNCTIONS.md).
3. Read advanced options in [API_REFERENCE.md](./API_REFERENCE.md).
4. Read platform notes in [REACT_NATIVE.md](./REACT_NATIVE.md) when using Expo or React Native.
5. Include `error.requestId`, `error.code`, runtime information from `getRuntimeInfo()`, and a redacted reproduction.
6. Never share passwords, tokens, cookies, private keys, or production customer data.

## Official signature

```ts
import { STORMFETCH_PACKAGE_INFO } from 'stormfetch';

console.log(STORMFETCH_PACKAGE_INFO.signature);
// Built by Pradeep Kumar Sheoran (Stack Developer) at BSG Technologies
```
