diff --git a/config.toml b/config.toml index 5106ef1..23416e1 100755 --- a/config.toml +++ b/config.toml @@ -25,11 +25,11 @@ enableInlineShortcodes = true copyright = "2024" [params.menus] - main = [ "home", "about", "blog", "download", "dev_tracker", "forums", "funding", "help", "matrix"] + main = [ "home", "about", "blog", "download", "dev_tracker", "forums", "funding", "help", "matrix", "security"] footer = [ "solus", "social", "support", "press"] solus = [ "about", "download", "experiences", "technologies" ] social = [ "facebook", "mastodon", "reddit", "twitch"] - support = ["dev_tracker", "forums", "funding", "help", "matrix"] + support = ["dev_tracker", "forums", "funding", "help", "matrix", "security"] press = ["branding", "press"] [params.menuurls] @@ -50,6 +50,7 @@ enableInlineShortcodes = true matrix = "https://matrix.to/#/#solus:matrix.org" press = "press" reddit = "https://www.reddit.com/r/SolusProject" + security = "https://github.com/getsolus/packages/blob/main/SECURITY.md" support_us = "/help/contributing/getting-involved/" team = "/solus/team" technologies = "/solus/technologies" diff --git a/content/blog/2024/09/solus-hacktoberfest-2024/index.md b/content/blog/2024/09/solus-hacktoberfest-2024/index.md index f7c0614..dce53f4 100644 --- a/content/blog/2024/09/solus-hacktoberfest-2024/index.md +++ b/content/blog/2024/09/solus-hacktoberfest-2024/index.md @@ -39,12 +39,11 @@ Developers aren't the only contributors in the open source community. We also ha - Check out our [docs on packaging](https://help.getsol.us/docs/packaging) - Join our [Matrix space](https://matrix.to/#/#solus:matrix.org), we use the Solus Packaging room to discuss packaging work. - Find something(s) to work on - - For development / bug triage: look in the [Solus Packages -repository](https://github.com/getsolus/packages/issues): - - We also need help with some issues in [our Help Center -repository](https://github.com/getsolus/help-center-docs/issue) -Anything labeled "Hacktoberfest", "Good First Issue", "Package Request" or "Help Wanted" is a good candidate for new folks (but don't feel limited to them) -- Do work and create pull requests in the Solus repos + - For development / bug triage: look in the [Solus Packages repository](https://github.com/getsolus/packages/issues) + - We also need help with some issues in [our Help Center repository](https://github.com/getsolus/help-center-docs/issues) + + Anything labeled "Hacktoberfest", "Good First Issue", "Package Request" or "Help Wanted" is a good candidate for new folks (but don't feel limited to them) +- Do work and create pull requests in the Solus repositories - At least four of your PRs / MRs need to be accepted and merged (across any and all projects which are participating) for you to complete Hacktoberfest Good luck, everyone and happy hacking!