Skip to content

Commit

Permalink
fix(project): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Feb 21, 2023
1 parent b23ba84 commit 048eef9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
@@ -1,10 +1,10 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
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: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
#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
Expand Down
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,42 @@
<!--
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING
-->
### Bug Report or Feature Request (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
```

### OS and Version?
<!--
> Windows 7, 8 or 10. Linux (which distribution).macOS(Yosemite ? El Capitan? Sierra ?)
-->

### Versions
<!--
Output from: `ng --version`, in case you are using Angular CLI.
Otherwise, output from: `node --version` , `npm --version` and Angular version.
-->


### Repro steps
<!--
Simple steps to reproduce this bug.
Please include: commands run, packages added, related code changes.
A link to a sample repo would help too.
-->


### The log given by the failure
<!-- Normally this include a stack trace and some more information. -->


### Desired functionality
<!--
What would like to see implemented?
What is the usecase?
-->


### Mention any other details that might be useful
<!-- Please include a link to the repo if this is related to an OSS project. -->
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ View all the directives and components in action at [https://anthonynahas.github
<a name="dependencies"/>

## Dependencies
* [Angular](https://angular.io) developed and tested with `14.x`
* [Angular](https://angular.io) developed and tested with `15.x`

---

Expand Down

0 comments on commit 048eef9

Please sign in to comment.