-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |