small changes (#72)

* minor wording fix

* change my title on the footer to 'Community Manager'
This commit is contained in:
raf 2024-10-09 16:27:44 +00:00 committed by GitHub
parent 5b232f1912
commit f243e57836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View file

@ -29,12 +29,10 @@ My goal was to address issues from a different perspective and bring more
balance to the moderation process. This has certainly been... an experience for balance to the moderation process. This has certainly been... an experience for
me, but unfortunately, it has not been as effective as I initially hoped. me, but unfortunately, it has not been as effective as I initially hoped.
I am sorry to report that it was not as effective as I have initially hoped for Although we came a very long way, my attempts to communicate on or resolve
it to be. Although we came a very long way, my attempts to communicate on or existing issues have failed time and time again, which is why I think the
resolve existing issues have failed time and time again, which is why I think general narrative Hyprland community is wildly inaccurate: the feedback comes in
the general narrative Hyprland community is wildly inaccurate: the feedback the form of rants, and never a constructive, two sided process of communication.
comes in the form of rants, and never a constructive, two sided process of
communication.
From the perspective of someone who actively engages with the community, I must From the perspective of someone who actively engages with the community, I must
say I do not see any instances of problems present in most common comments found say I do not see any instances of problems present in most common comments found
@ -70,7 +68,7 @@ directly if you have concerns. He is open to civil discussions.
As we look toward improving moderation, I invite all of you to reach out with As we look toward improving moderation, I invite all of you to reach out with
any concerns. You can contact me via email or, preferably, on Matrix at any concerns. You can contact me via email or, preferably, on Matrix at
@raf:notashelf.dev. In the coming days, we will be hosting a form to collect `@raf:notashelf.dev`. In the coming days, we will be hosting a form to collect
your **anonymous** comments and critiques on moderation. If you're part of the your **anonymous** comments and critiques on moderation. If you're part of the
Discord community, I encourage you to participate in the voting process. Discord community, I encourage you to participate in the voting process.

View file

@ -9,7 +9,7 @@
/** @type {[string, string, string, string]} */ /** @type {[string, string, string, string]} */
let team = [ let team = [
['Fufexan', 'Supporting Developer', 'cyan', 'https://github.com/fufexan'], ['Fufexan', 'Supporting Developer', 'cyan', 'https://github.com/fufexan'],
['NotAShelf', 'Real Chad', 'teal', 'https://github.com/NotAShelf'], ['NotAShelf', 'Community Manager', 'teal', 'https://github.com/NotAShelf'],
['VDawg', 'Webdesign-and dev', 'emerald', 'https://github.com/Visual-Dawg'] ['VDawg', 'Webdesign-and dev', 'emerald', 'https://github.com/Visual-Dawg']
] ]
function createRole(role, color) { function createRole(role, color) {