mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Updated README and added PR template (#11)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# SimpleOTP
|
||||
[](https://github.com/xfox111/SimpleOTP/releases/latest)
|
||||
|
||||
[](https://github.com/xfox111/SimpleOTP/issues)
|
||||
[](https://github.com/xfox111/SimpleOTP/commits/master)
|
||||
[](https://github.com/xfox111/SimpleOTP)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
[](https://twitter.com/xfox111)
|
||||
@@ -26,6 +22,7 @@
|
||||
##### By Mateusz Adamowski, taken with Canon EOS. - Own work, CC BY-SA 1.0, https://commons.wikimedia.org/w/index.php?curid=142232
|
||||
|
||||
## Usage
|
||||
See more documentation at [project's wiki](https://github.com/xfox111/SimpleOTP/wiki)
|
||||
### Generate code
|
||||
```csharp
|
||||
string sample_config_uri = "otpauth://totp/FoxDev%20Studio:eugene@xfox111.net?secret=ESQVTYRM2CWZC3NX24GRRWIAUUWVHWQH&issuer=FoxDev%20Studio";
|
||||
@@ -70,10 +67,20 @@ factory.Dispose();
|
||||
```
|
||||
|
||||
## Download
|
||||

|
||||

|
||||
- [NuGet Gallery](https://www.nuget.org/packages/SimpleOTP)
|
||||
- [GitHub Releases](https://github.com/xfox111/SimpleOTP/releases/latest)
|
||||
|
||||
## CI/DC status
|
||||
[](https://dev.azure.com/xfox111/GitHub%20CI/_build/latest?definitionId=13)
|
||||

|
||||

|
||||
|
||||
## Contributing
|
||||
[](https://github.com/xfox111/SimpleOTP/issues)
|
||||
[](https://github.com/xfox111/SimpleOTP)
|
||||
|
||||
There are many ways in which you can participate in the project, for example:
|
||||
- [Submit bugs and feature requests](https://github.com/xfox111/SimpleOTP/issues), and help us verify as they are checked in
|
||||
- Review [source code changes](https://github.com/xfox111/SimpleOTP/pulls)
|
||||
|
||||
Reference in New Issue
Block a user