mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add contribution guides
This commit is contained in:
parent
d4b3c554f8
commit
d322770a22
2 changed files with 50 additions and 0 deletions
24
CONTRIBUTING.md
Normal file
24
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Contributing to Dolphin
|
||||
|
||||
We appreciate your interest in contributing to Dolphin!
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
We follow Jellyfin's example by adhering to their [Code of Conduct](https://jellyfin.org/docs/general/community-standards/#code-of-conduct).
|
||||
|
||||
## How to contribute
|
||||
|
||||
You can contribute in several ways:
|
||||
* File bug reports
|
||||
* Request new features
|
||||
* Propose code changes via pull request
|
||||
|
||||
In all cases, be sure to fully explain the issue.
|
||||
|
||||
### Code change proposals
|
||||
|
||||
You acknowledge that, if applicable, submitting and subsequent acceptance of any pull request you, the code contributor of the pull request, agree and acknowledge that the code will be licensed under [GPLv2](LICENSE).
|
||||
|
||||
Please be thoughtful when contributing code and consider the long term maintenance/support aspect for any new features.
|
||||
|
||||
See the [developer's guide](./DEVELOPMENT.md) for more information.
|
||||
Loading…
Add table
Add a link
Reference in a new issue