Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ Given my current professional situation and the lack of support for my open sour
# Checks before posting an issue

- [ ] I have read _all_ the library's documentation:
- [README](https://github.com/cyrilletuzi/angular-async-local-storage/blob/main/README.md)
- [CHANGELOG](https://github.com/cyrilletuzi/angular-async-local-storage/blob/main/CHANGELOG.md)
- [MIGRATION](https://github.com/cyrilletuzi/angular-async-local-storage/blob/main/MIGRATION.md)
- [/docs](https://github.com/cyrilletuzi/angular-async-local-storage/tree/main/docs)
- [README](https://github.com/santoshyadavdev/ngx-pwa-offline/blob/main/README.md)
- [CHANGELOG](https://github.com/santoshyadavdev/ngx-pwa-offline/blob/main/CHANGELOG.md)
- [MIGRATION](https://github.com/santoshyadavdev/ngx-pwa-offline/blob/main/MIGRATION.md)
- [/docs](https://github.com/santoshyadavdev/ngx-pwa-offline/tree/main/docs)
- [ ] I have checked in already:
- [opened issues](https://github.com/cyrilletuzi/angular-async-local-storage/issues)
- [closed issues](https://github.com/cyrilletuzi/angular-async-local-storage/issues?q=is%3Aissue+is%3Aclosed)
- [questions answered](https://github.com/cyrilletuzi/angular-async-local-storage/discussions/categories/q-a) in the new "Discussions" tab
- [opened issues](https://github.com/santoshyadavdev/ngx-pwa-offline/issues)
- [closed issues](https://github.com/santoshyadavdev/ngx-pwa-offline/issues?q=is%3Aissue+is%3Aclosed)
- [questions answered](https://github.com/santoshyadavdev/ngx-pwa-offline/discussions/categories/q-a) in the new "Discussions" tab
- [ ] I understand I am writing to a *human being*, doing this open source project *unpaid*
- [ ] I will be involved in my own issue, by answering questions and informing if the issue is resolved

<!-- Otherwise the issue will be closed. -->

# Configuration

- `@ngx-pwa/local-storage` version:
- `@ngx-builders/pwa-local-storage` version:
- Angular version (`ng version`):
```
Copy the result here
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Questions
url: https://github.com/cyrilletuzi/angular-async-local-storage/discussions/categories/q-a
url: https://github.com/santoshyadavdev/ngx-pwa-offline/discussions/categories/q-a
about: The issue tracker is not intended for support. A new GitHub "Discussions" tab, with a Questions & Answers category, is available for that purpose.
- name: Feature requests
url: https://github.com/cyrilletuzi/angular-async-local-storage/discussions/554
url: https://github.com/santoshyadavdev/ngx-pwa-offline/discussions/554
about: Feature requests are no longer accepted.
Loading