All Projects → kiss-community → community

kiss-community / community

Licence: MIT license
Officially unofficial KISS community repository, mirror of https://codeberg.org/kiss-community/community

Labels

Projects that are alternatives of or similar to community

mywayland
🍨 Wlroots and friends for KISS
Stars: ✭ 25 (-45.65%)
Mutual labels:  kiss-repo
kiss-llvm
A kiss-repo structure to build standalone LLVM
Stars: ✭ 16 (-65.22%)
Mutual labels:  kiss-repo
kiss-games
👾 muh games.
Stars: ✭ 65 (+41.3%)
Mutual labels:  kiss-repo
kiss-live
📀 Script to build livecd iso for KISSLinux
Stars: ✭ 43 (-6.52%)
Mutual labels:  kiss-repo
kiss-garbage
📦 KISS garbage repository
Stars: ✭ 18 (-60.87%)
Mutual labels:  kiss-repo
community
KISS - Community Repository (temporarily closed for maintenance)
Stars: ✭ 103 (+123.91%)
Mutual labels:  kiss-repo
awesome-kiss
Awesome KISS repos, spins, commands, etc
Stars: ✭ 28 (-39.13%)
Mutual labels:  kiss-repo
KISS-kde
A KISS repository for KDE and friends
Stars: ✭ 21 (-54.35%)
Mutual labels:  kiss-repo
grepo
GKISS - A fork of KISS Linux that uses the GNU C library, mirror of https://codeberg.org/kiss-community/grepo
Stars: ✭ 51 (+10.87%)
Mutual labels:  kiss-repo
kiss-ricing
tools to help your KISS install look nice
Stars: ✭ 14 (-69.57%)
Mutual labels:  kiss-repo
|/
|\ISS LINUX                                                https://kisslinux.org
________________________________________________________________________________


Community Repository
________________________________________________________________________________

The unofficial community repository for KISS Linux, maintained by the community.


Documentation
________________________________________________________________________________

- https://kisslinux.org/package-system
- https://kisslinux.org/package-manager
- https://kisscommunity.bvnf.space/kiss/style-guide


Maintenance
________________________________________________________________________________

KISS follows a maintainer model when it comes to package ownership. Only the
maintainer of a package has the ability to push changes to said package. Any
issues must be reported to the maintainer directly.

The maintainer's details can be found via 'git log' or the 'kiss maintainer'
command. If the maintainer cannot be reached via email, open an issue in this
repository on Codeberg.

If the maintainer does not respond within a reasonable amount of time, the
package will be orphaned and ownership will be given to someone else.


Submitting Pull Requests
________________________________________________________________________________

Pull requests should contain only a single package. This makes the review
process easier and allows for individual packages to be merged without waiting
on reviews for others.

Please fill out the pull request template as well.


Commit Style
________________________________________________________________________________

Contributions to this repository should adhere to the following commit style.

+------------------------------------------------------------------------------+
| Adding a new package                                                         |
+------------------------------------------------------------------------------+
|                                                                              |
|   $ git commit -m "pkg_name: new package at pkg_version"                     |
|                                                                              |
+------------------------------------------------------------------------------+
| Updating an existing package                                                 |
+------------------------------------------------------------------------------+
|                                                                              |
|   $ git commit -m "pkg_name: pkg_version"                                    |
|   $ git commit -m "pkg_name: bumped to pkg_version"                          |
|                                                                              |
+------------------------------------------------------------------------------+
| Miscellaneous changes                                                        |
+------------------------------------------------------------------------------+
|                                                                              |
|   $ git commit -m "pkg_name: other changes"                                  |
|   $ git commit -m "pkg_name: added missing dep_name dependency"              |
|   $ git commit -m "pkg_name: fixed incorrect bin dir"                        |
|   $ git commit -m "pkg_name: fixed build failure ..."                        |
|                                                                              |
+------------------------------------------------------------------------------+
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].