ferdium / ferdium-website

Ferdium project's website
https://ferdium.org
8 stars 14 forks source link

Adding a contact page on the website #16

Closed cedricroijakkers closed 2 years ago

cedricroijakkers commented 2 years ago

In Ferdium, there is a menu item under Help -> Support that leads to https://ferdium.org/contact

This now ends up on a 404 page, which is very ugly. I've created a page where users can find some information on how to get support for Ferdium: have a look on the GitHub issues tracker, create a pull request, or join the Discord server.

Fixes #10.

nathanaelhoun commented 2 years ago

Added a Closes comment to link the relevant issue

vraravam commented 2 years ago

@nathanaelhoun - I thought we had conversed previously about using squashed commits as opposed to creating merge commits?

nathanaelhoun commented 2 years ago

I'm sorry @vraravam, I merged from the mobile app and intended to do a squash-merge, as we discussed. But I don't see a merge commit in main, I thought this was a squashed commit : https://github.com/ferdium/website/commit/9c7567d1f115b66f524f506ed729cd00e03ea2dc

vraravam commented 2 years ago

sorry - my bad, i just ran git log --graph and it shows up linearly without a merge commit. Thanks!