Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 79f8f68

Browse files
authored
Update README.md
1 parent 7a8d643 commit 79f8f68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
>
1616
> - [ Migrating from `NavigationView` ](#migrate)
1717
> - [ Fast Implementation ](#fastImplementation)
18+
> - [ Contribute ](#contribute)
1819
> - [ Credits ](#credits)
20+
> - [ License ](#license)
1921
2022
<a name="introduction"></a>
2123
## Introduction
@@ -190,9 +192,19 @@ Want to use it fast? Then here it is..<br>
190192
In Android Studio, Right Click -> `New` -> `Activity` -> `Navigation Drawer Activity` and done.
191193
Then Change just package in layout file and class name in Activity code file and you're done. Run your app and see magic :rocket:
192194

195+
<a name="contribute"></a>
196+
## Contribute
197+
Let's develop with collaborations. We would love to have contributions by raising issues and opening PRs. Filing an issue before PR is must.
198+
If you have design/UI related idea, you can also do contributions in that.
199+
See [Contributing Guidelines](CONTRIBUTING.md).
193200

201+
<a name="credits"></a>
194202
## Credits
195203
This library is built using following open-source libraries.
196204
- [Material Components for Android](https://github.com/material-components/material-components-android)
197205

198206
If you like this library, Please start this repo and share with someone who need it. You can contribute if you have any suggestions or ideas to improve it.
207+
208+
<a name="license"></a>
209+
## License
210+
Project is published under the Apache 2.0 license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

0 commit comments

Comments
 (0)