From 9524493d601e87bbcd5c26622fa5546a27b748a9 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Tue, 21 Feb 2023 20:41:40 +0100 Subject: [PATCH] fix(project): minor --- .github/FUNDING.yml | 12 +++++++++++ .github/ISSUE_TEMPLATE.md | 42 +++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml create mode 100755 .github/ISSUE_TEMPLATE.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e718390 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: anthonynahas +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/ngx-auth-firebaseui +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100755 index 0000000..e6ab003 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ + +### Bug Report or Feature Request (mark with an `x`) +``` +- [ ] bug report -> please search issues before submitting +- [ ] feature request +``` + +### OS and Version? + + +### Versions + + + +### Repro steps + + + +### The log given by the failure + + + +### Desired functionality + + + +### Mention any other details that might be useful + diff --git a/README.md b/README.md index 8cde2d3..fa4a801 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ View all the directives and components in action at [https://anthonynahass.githu ## Dependencies -* [Angular](https://angular.io) developed and tested with `14.x` +* [Angular](https://angular.io) developed and tested with `15.x` ---