QuiltMC / quiltmc.org

The source for quiltmc.org
https://quiltmc.org
Other
58 stars 48 forks source link

Change "Openings" to "Help Wanted" #89

Closed TheGlitch76 closed 1 year ago

TheGlitch76 commented 1 year ago

We don't want to push joining a team as the primary way to contribute to Quilt. It's not necessary, and we expect people to contribute some before joining a team, the opposite of what parts of the website currently suggest.

This PR changes the "Openings" page to a "Help Wanted" page that is hopefully much less intimidating (it only asks for contribution, not accepting responsibility) and more reflective of how contributing to Quilt actually works.

Reviews and rewording is always welcome.

TODO before merge:

netlify[bot] commented 1 year ago

Deploy Preview for ecstatic-booth-88897a ready!

Name Link
Latest commit de613aa377a3baa05d8bfcc8fc3c0c0c99b524b4
Latest deploy log https://app.netlify.com/sites/ecstatic-booth-88897a/deploys/63d6ab59c6c783000893f53b
Deploy Preview https://deploy-preview-89--ecstatic-booth-88897a.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

obj-obj commented 1 year ago

You should be able to make a redirect by making a page at the old location and doing this:

---
import Redirect from "@layouts/Redirect.astro";
---

<Redirect href="new-url" />
EnnuiL commented 1 year ago

It appears that this PR stalled, which worries me; I consider it a prerequisite for PR #90

gdude2002 commented 1 year ago

Looks like a bad merge was pushed to common.flt, this is going to need fixing pretty quickly

Southpaw1496 commented 1 year ago

Oops. I did check and everything looks fine, but I wasn't really sure if there were any auditing steps to run.

gdude2002 commented 1 year ago

No, you don't get me - you committed a merge conflict without resolving it.