Skip to content

Commit 0c820a1

Browse files
author
Stone Lasley
authored
chore(README): Add Contributors
- Add contributors list - Add looking for help section
1 parent e8211f2 commit 0c820a1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,15 @@ TestBed.configureTestingModule({
131131
]
132132
});
133133
```
134-
134+
# Contributing
135+
This project has a long way to go and is full of opportunities to contribute.
136+
I am back in school and working so for the rest of the year expect my responsiveness on this project to be slow. If anyone is up to helping vet PRs please message me. sclarklasley@gmail.com
137+
138+
## Contributors
139+
- [Felix Whittmann](https://github.com/hfwittmann)
140+
- [Leif Wells](https://github.com/leifwells)
141+
- [Damir Arh](https://github.com/damirarh)
142+
- [Rvdleun](https://github.com/rvdleun)
135143
### Frequently Asked Questions:
136144

137145
#### Q: I am receiving a `TypeError: jit__object_Object_33 is not a function` error. What does that mean?
@@ -155,4 +163,3 @@ Make sure you are using the `useFactory` property name and using the fat arrow f
155163
// DO THIS
156164
{ provide: App, useFactory: () => AppMock.instance() }
157165
```
158-

0 commit comments

Comments
 (0)