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

Commit 17f258e

Browse files
committed
Updated
1 parent e5547e4 commit 17f258e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All contributions to JwtConnect are welcome!
55
Note that as this library is planned to be used in high-profile production code,
66
we insist on a very high standards for the code and design, but don't feel shy:
77
discuss your plans over
8-
[GitHub Issues](https://github.com/openid/AppAuth-Android/issues) and the
8+
[GitHub Issues](https://github.com/openid/JWTConnect-Python-OidcMsg/issues) and the
99
[mailing list](http://lists.openid.net/mailman/listinfo/openid-specs-ab), and
1010
send in those pull requests!
1111

@@ -41,16 +41,16 @@ requests).
4141

4242
Before you work on a big new feature, get in touch to make sure that your work
4343
is inline with the direction of the project and get input on your architecture.
44-
You can file an [Issue](https://github.com/openid/AppAuth-Android/issues)
44+
You can file an [Issue](https://github.com/openid/JWTConnect-Python-OidcMsg/issues)
4545
discussing your proposal, or email the
4646
[list](http://lists.openid.net/mailman/listinfo/openid-specs-ab).
4747

4848
## Coding Standards
4949

50-
The AppAuth library follows the
51-
[Google Coding Style](https://google.github.io/styleguide/javaguide.html) for
52-
the Java language. Please review your own code for adherence to the standard
53-
and make sure to run the `check` gradle target.
50+
The JWTCOnnect-Python-OidcMsg library follows the
51+
[PEP8](https://www.python.org/dev/peps/pep-0008/)
52+
coding style for Python implementations. Please review your own code
53+
for adherence to the standard.
5454

5555
## Pull Request Reviews
5656

0 commit comments

Comments
 (0)