Merge pull request #1253 from sdilts/sdilts-readme-update

Update contribution guidelines and add issue references
This commit is contained in:
David 2026-05-29 21:51:38 -04:00 committed by GitHub
commit e4ee555ac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,8 @@ that your contribution gets merged in a timely manner:
* Export symbols from packages that aren't widely useful (many times
a little more thought will reveal how to implement your internal
change without having to export/break encapsulation)
* Make stylistic changes that suit your coding style/way of thinking
* Make stylistic changes that suit your coding style/way of thinking
* Include OS or system-specific code (See [#1251](https://github.com/stumpwm/stumpwm/issues/1252)).
If you aren't a lisp hacker, you can contribute in the form of
documenting and organizing the wiki. There's a lot of information
@ -180,7 +181,7 @@ StumpWM universe (in no particular order):
* Wallpapers! (support pulling from remote sources, changing based on
timers, and other hacky features)
* Shutdown, restart, suspend, and hibernate functions that don't
require root access
require root access. See [#1252](https://github.com/stumpwm/stumpwm/issues/1252), [#1251](https://github.com/stumpwm/stumpwm/issues/1251)
* Revamped, mouse-friendly mode-line.
* Dynamically trim window titles to fit them all on the mode-line
* Split the mode-line into multiple cells for containing different information