Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a basic CONTRIBUTING.md #3333

Merged
merged 3 commits into from
Nov 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing to KeY

KeY is open source and you are welcome to report issues and contribute code.

## Reporting issues

If you observe a bug or other issue, please report it in the [issues section](https://github.com/KeYProject/key/issues).

## Contributing code

You can fork this repository into your namespace, create branches and develop as you like.

If you have fixed an issue or implemented a new feature, feel free to open a pull request
if you want to have your code merged into the main development line.

If you plan to implement major new functionality, we suggest to first get in contact with the KeY team (open an issue).
We are glad to help.

More detailed information is available in the [KeY Developer Documentation](https://keyproject.github.io/key-docs/devel/).

### Licensing

KeY is published under the [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html.en).
By opening a PR, you are licensing your contribution under the GPLv2 for inclusion in KeY.

<!-- Note: no need to transfer copyright. -->