Warning, /plasma/libkscreen/CONTRIBUTING.md is written in an unsupported language. File is not indexed.

0001 # Contributing to libkscreen
0002 
0003  - [Code of Conduct](#code-of-conduct)
0004  - [Submission Guideline](#submission-guideline)
0005  - [Commit Message Guideline](#commit-message-guideline)
0006  - [Contact](#contact)
0007 
0008 ## Code of Conduct
0009 The [KDE Community Code of Conduct][kde-coc] is applied.
0010 
0011 You can reach out to the [Commmunity Working Group][community-working-group] if you have questions about the Code of Conduct or if you want to get help on solving an issue with another contributor or maintainer.
0012 
0013 ## Issues
0014 Please reports issues and suggestions using [KDE's bugzilla][bugzilla]
0015 
0016 ## Submission Guideline
0017 The project follows the [Frameworks Coding Style][frameworks-style].
0018 
0019 All non-trivial patches need to go through [code review][gitlab-reviews].
0020 
0021 Commits are applied on top of master and cherry-picked to release branches if appropriate. Use `-x` when cherry-picking. Larger changes should be split up into smaller logical commits.
0022 
0023 libkscreen is released as part of Plasma. See the [Plasma schedule][plasma-schedule] for information on the release schedule.
0024 
0025 ## Commit Message Guideline
0026 Please follow the [KDE Commit Policy][commit-policy]. In particular please make sure to use appropriate [commit keywords][commit-policy-keywords].
0027 
0028 ## Contact
0029 Real-time communication about the project happens on the IRC channel `#plasma` on irc.libera.chat and the bridged Matrix room `#plasma:kde.org`.
0030 
0031 Emails about the project can be sent to the [plasma-devel][plasma-devel] mailing list.
0032 
0033 [kde-coc]: https://kde.org/code-of-conduct
0034 [community-working-group]: https://ev.kde.org/workinggroups/cwg.php
0035 [frameworks-style]: https://community.kde.org/Policies/Frameworks_Coding_Style
0036 [gitlab-reviews]: https://invent.kde.org/plasma/kscreen
0037 [plasma-schedule]: https://community.kde.org/Schedules/Plasma_5
0038 [commit-policy]: https://community.kde.org/Policies/Commit_Policy
0039 [bugzilla]: https://bugs.kde.org/describecomponents.cgi?product=KScreen
0040 [commit-policy-keywords]: https://community.kde.org/Policies/Commit_Policy#Special_keywords_in_GIT_and_SVN_log_messages
0041 [plasma-devel]: https://mail.kde.org/mailman/listinfo/plasma-devel