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:
@@ -0,0 +1,11 @@
|
|||||||
|
Fixes:
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
- Item 1
|
||||||
|
- Item 2
|
||||||
|
- Item 3
|
||||||
|
|
||||||
|
## PR Checklist
|
||||||
|
- [ ] Update package version
|
||||||
|
- [ ] Update CHANGELOG.md
|
||||||
|
- [ ] Tests and documentation
|
||||||
@@ -1,9 +1,5 @@
|
|||||||
# SimpleOTP
|
# 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/commits/master)
|
||||||
[](https://github.com/xfox111/SimpleOTP)
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
[](https://twitter.com/xfox111)
|
[](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
|
##### By Mateusz Adamowski, taken with Canon EOS. - Own work, CC BY-SA 1.0, https://commons.wikimedia.org/w/index.php?curid=142232
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
See more documentation at [project's wiki](https://github.com/xfox111/SimpleOTP/wiki)
|
||||||
### Generate code
|
### Generate code
|
||||||
```csharp
|
```csharp
|
||||||
string sample_config_uri = "otpauth://totp/FoxDev%20Studio:eugene@xfox111.net?secret=ESQVTYRM2CWZC3NX24GRRWIAUUWVHWQH&issuer=FoxDev%20Studio";
|
string sample_config_uri = "otpauth://totp/FoxDev%20Studio:eugene@xfox111.net?secret=ESQVTYRM2CWZC3NX24GRRWIAUUWVHWQH&issuer=FoxDev%20Studio";
|
||||||
@@ -70,10 +67,20 @@ factory.Dispose();
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|

|
||||||
|

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

|
||||||
|

|
||||||
|
|
||||||
## Contributing
|
## 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:
|
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
|
- [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)
|
- Review [source code changes](https://github.com/xfox111/SimpleOTP/pulls)
|
||||||
|
|||||||
Reference in New Issue
Block a user