-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Prepare OSS #98
base: main
Are you sure you want to change the base?
Conversation
To view this pull requests documentation preview, visit the following URL: react-query-firebase.invertase.dev/~98 Documentation is deployed and generated using docs.page. |
value: | | ||
--- | ||
|
||
- type: dropdown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need this one
@@ -0,0 +1,10 @@ | |||
--- | |||
name: "\U0001F4DA Documentation Feedback" | |||
about: Report an issue with the https://react-query-firebase.invertase.dev/ documentation or suggest an improvement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong url
- [ ] No, this is *not* a breaking change. | ||
|
||
<!-- Links --> | ||
[issue database]: https://github.com/invertase/react-query-firebase/issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong urls
|
||
### New Features | ||
|
||
- If you'd like to add a feature to the library that doesn't already exist, feel free to describe the feature in a new [GitHub issue](https://github.com/invertase/react-query-firebase/issues/new?assignees=&labels=feature+request%2Ctriage&template=feature-request.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url
|
||
### Bug Report | ||
|
||
- If you find a bug, please first report it using [GitHub issues](https://github.com/invertase/react-query-firebase/issues/new?assignees=&labels=bug%2Ctriage&template=bug_report.yml). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url
### 2. Forking & cloning the repository | ||
|
||
- Ensure all the dependencies described in the previous section are installed. | ||
- Fork `https://github.com/invertase/react-query-firebase` into your own GitHub account. If |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url
you already have a fork, and are now installing a development environment on | ||
a new machine, make sure you've updated your fork so that you don't use stale | ||
configuration options from long ago. | ||
- `git clone git@github.com:<your_name_here>/react-query-firebase.git` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url
a new machine, make sure you've updated your fork so that you don't use stale | ||
configuration options from long ago. | ||
- `git clone git@github.com:<your_name_here>/react-query-firebase.git` | ||
- `git remote add upstream git@github.com:invertase/react-query-firebase.git` (So that you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url
This PR adds;