Skip to content

Commit 6a0c93c

Browse files
committed
contribution guidelines added guiding principles
1 parent 1722039 commit 6a0c93c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ improve security.
1313
**However, please read our [security policy](./SECURITY.md), before taking
1414
actions.**
1515

16+
17+
18+
## Guiding principles
19+
20+
Before contributing to this project it is important to understand how this
21+
project and it's collaborators views itself regarding it's scope and purpose.
22+
23+
### OAuth2 standard compliance
24+
25+
This project aims full standard compliance. All improvements on functionality,
26+
as well as security implications, are done in a way that the standard remains
27+
as the highest reference of choice.
28+
29+
### Framework agnostic
30+
31+
Design decisions and implementations are always done with keeping in mind, that
32+
there are multiple frameworks out there that use this project.
33+
34+
35+
1636
## Development
1737

1838
If you want to fix bugs or add new features, **please read this chapter and it's
@@ -115,6 +135,8 @@ Finally your PR needs to pass the review process:
115135
- Once all reviewers have approved your PR it will be merged by one of the
116136
maintainers :tada:
117137

138+
139+
118140
## For maintainers
119141

120142
Maintainers of this repository have an extended responsibility for security and

0 commit comments

Comments
 (0)