Skip to content

Commit 5622117

Browse files
authored
Add website tickets to projects section (#4496)
## Description <!--- Please provide a summary of your changes. Make sure to include relevant motivation, context, and link related documents/conversations. --> <!--- Use [linking keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) like `Resolves #<issue_number>` to automatically close issues. --> Adding two issues to the join watcloud list. ## Checklist - [x] I have read and understood the [WATcloud Guidelines](https://cloud.watonomous.ca/docs/community-docs/watcloud/guidelines) - [x] I have performed a self-review of my code
1 parent 1b9f18e commit 5622117

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

pages/get-involved/join.mdx

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,31 @@ import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
5252
import { CheckSquareIcon } from "lucide-react"
5353

5454

55+
### Improve the landing page
56+
57+
Currently, the landing page is pretty bare. Let's make it look nicer by adding a hero image. Find more info [here](https://github.com/WATonomous/watcloud-website/issues/24).
58+
59+
### Add a blog post tag system
60+
61+
{/* Internal reference: https://github.com/WATonomous/infra-config/issues/3038 */}
62+
63+
We have a blog post system that is powered by [Nextra](https://nextra.site/). We would like to add a tag system to the blog posts. This can be done by adding a new field to the blog post metadata. Find more info [here](https://github.com/WATonomous/watcloud-website/issues/44).
64+
65+
66+
### Open Source Tickets
67+
68+
Some of our open-source projects have open tickets that anyone can work on.
69+
Here's a collection of tickets that we think are suitable for new contributors:
70+
71+
- [ ] [Support displaying job dependencies via flows](https://github.com/WATonomous/github-actions-tracing/issues/12) ([GitHub Actions Tracing](https://github.com/WATonomous/github-actions-tracing))
72+
- [ ] [Use SMTP pool to send emails](https://github.com/WATonomous/terraform-provider-email/issues/12)
73+
- [x] [Support Dark Mode](https://github.com/WATonomous/watcloud-emails/issues/17) ([WATcloud Emails](https://github.com/WATonomous/watcloud-emails/))
74+
75+
76+
### Internal Tickets and Hardware Projects
77+
78+
If you are interested in working on a project that is not listed above, such as hardware projects (e.g. building computers, upgrading networking hardware) or projects that directly affect our infrastructure (Kubernetes, Terraform, Ansible, etc.), you can reach out to us on <Link href={`https://discord.gg/${websiteConfig.discord_invite_code}`}>Discord</Link>, email infra-outreach@watonomous.ca or fill out the [onboarding-form](/docs/utilities/onboarding-form) as an incoming member which you can find instructions for [here](/docs/community-docs/watcloud#overview).
79+
5580
### Automated Power Outage Notification System
5681

5782
<Callout type="info">
@@ -96,20 +121,6 @@ Here are some initial commands the CLI tool should have:
96121
- `watcloud daemon status`: Get the status of user daemons like Docker rootless.
97122

98123

99-
### Open Source Tickets
100-
101-
Some of our open-source projects have open tickets that anyone can work on.
102-
Here's a collection of tickets that we think are suitable for new contributors:
103-
104-
- [ ] [Support displaying job dependencies via flows](https://github.com/WATonomous/github-actions-tracing/issues/12) ([GitHub Actions Tracing](https://github.com/WATonomous/github-actions-tracing))
105-
- [ ] [Use SMTP pool to send emails](https://github.com/WATonomous/terraform-provider-email/issues/12)
106-
- [x] [Support Dark Mode](https://github.com/WATonomous/watcloud-emails/issues/17) ([WATcloud Emails](https://github.com/WATonomous/watcloud-emails/))
107-
108-
109-
### Internal Tickets and Hardware Projects
110-
111-
If you are interested in working on a project that is not listed above, such as hardware projects (e.g. building computers, upgrading networking hardware) or projects that directly affect our infrastructure (Kubernetes, Terraform, Ansible, etc.), you can reach out to us on <Link href={`https://discord.gg/${websiteConfig.discord_invite_code}`}>Discord</Link>, email infra-outreach@watonomous.ca or fill out the [onboarding-form](/docs/utilities/onboarding-form) as an incoming member which you can find instructions for [here](/docs/community-docs/watcloud#overview).
112-
113124
### Grammar and Style Checker
114125

115126
{/* Internal reference: https://github.com/WATonomous/infra-config/issues/1700 */}

0 commit comments

Comments
 (0)