-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Showing
1 changed file
with
23 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,23 @@ | ||
# Contributing | ||
|
||
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's: | ||
|
||
- Submitting a fix | ||
- Implementing new features | ||
- Becoming a maintainer | ||
|
||
## We Develop with Github | ||
When contributing to this repository, please first discuss with the owners of this repository before making a change. To do so, create a new issue. | ||
|
||
## Pull Request Process | ||
|
||
1. Fork the repo and create your branch from `main`. | ||
2. If you've added code, test it for GNOME shell versions <= 44 and >= 45. (If don't know how to do it, don't worry, we can do it for you!) | ||
3. If you've changed behaviour, record a demonstration video or describe what's new. | ||
4. Ensure the other features are still working. | ||
5. Make sure your code lints. | ||
6. Issue that pull request! 🥳 | ||
|
||
## Any contributions you make will be under the GPLv2 Software License | ||
In short, when you submit code changes, your submissions are understood to be under the same [GPLv2 License](https://github.com/domferr/tilingshell/blob/main/LICENSE) that covers the project. | ||
Feel free to contact the maintainers if that's a concern. |