Skip to content

Commit

Permalink
chore: add contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Rosenfield Boeira committed Jan 30, 2025
1 parent e7d18fa commit 1c8c951
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# How to Contribute

The contribution guideline is derived from the SlimPHP, Istanbul Code Coverage and Ruby contribution guideline

## Contributor Behavior

Be kind to one another. We're striving to make Knossos an inclusive environment that's great for first time open-source contributors.

tldr; we value constructive community interaction, over technical acumen.

## Pull Requests

Knossos use the [GitHub flow](https://guides.github.com/introduction/flow/) as main versioning workflow

1. Fork the Knossos repository
2. Create a new branch for each feature, fix or improvement
3. Send a pull request from each feature branch to the **main** branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch.

This allow us to review and pull in new features or improvements individually.

## Style Guide

All pull requests SHOULD adhere to the [Conventional Commits specification](https://conventionalcommits.org/)

## License

You must agree that your patch will be licensed under the repository Apache License, and when we change the license we will assume that you agreed with the change unless you object to the changes in 30 days time.

0 comments on commit 1c8c951

Please sign in to comment.