Skip to content

Commit 24c89ad

Browse files
authored
Updating documentation regarding open source (#10)
1 parent bd1bc06 commit 24c89ad

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ Great, we love hearing how we can improve our products! Share you idea through o
4646

4747
## <a name="submit"></a>Want to submit a pull request?
4848

49-
Sweet, we'd love to accept your contribution!
49+
Sweet, we'd love to accept your contribution! In fact this project is mainly
50+
driven by contributions from our community.
5051
[Open a new pull request](https://github.com/firebase/firebase-admin-dotnet/pull/new/master) and fill
5152
out the provided template.
5253

5354
**If you want to implement a new feature, please open an issue with a proposal first so that we can
5455
figure out if the feature makes sense and how it will work.**
5556

56-
Make sure your changes pass our linter and the tests all pass on your local machine. We've hooked
57+
Make sure your changes pass our tests on your local machine. We've hooked
5758
up this repo with continuous integration to double check those things for you.
5859

5960
Most non-trivial changes should include some extra test coverage. If you aren't sure how to add

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,29 @@
1212
[Firebase](https://firebase.google.com) provides the tools and infrastructure
1313
you need to develop apps, grow your user base, and earn money. The Firebase
1414
Admin .NET SDK enables access to Firebase services from privileged environments
15-
(such as servers or cloud) in .NET. Currently this SDK provides
16-
Firebase custom authentication support.
15+
(such as servers or cloud) in .NET. Currently this SDK provides Firebase custom
16+
authentication support.
1717

18-
For more information, visit the
18+
For more information, please visit the
1919
[Firebase Admin SDK setup guide](https://firebase.google.com/docs/admin/setup/).
2020

2121
## Contributing
2222

23+
Development of the Admin .NET SDK is mostly driven by our open source community.
24+
We welcome and encourage contributions from the developer community to further
25+
improve and expand this project. If you would like a new feature or an API
26+
added to this SDK, please file an issue and provide a pull request.
27+
You can use other Firebase Admin SDKs as a reference on how certain features
28+
should be implemented:
29+
30+
* [Node.js](https://github.com/firebase/firebase-admin-node)
31+
* [Java](https://github.com/firebase/firebase-admin-java)
32+
* [Python](https://github.com/firebase/firebase-admin-python)
33+
* [Go](https://github.com/firebase/firebase-admin-go)
34+
2335
Please refer to the [CONTRIBUTING page](./CONTRIBUTING.md) for more information
24-
about how you can contribute to this project. We welcome bug reports, feature
25-
requests, code review feedback, and also pull requests.
36+
about how you can contribute to this project. In addition to the pull requests,
37+
We also welcome bug reports, feature requests, and code review feedback.
2638

2739
## Supported Frameworks
2840

0 commit comments

Comments
 (0)