From fb9f3f8e29688deef1daa05e3b64f7a7b0485947 Mon Sep 17 00:00:00 2001 From: Jake Shirley Date: Mon, 26 Jun 2023 19:42:08 -0700 Subject: [PATCH] Cleaned up links to CONTRIBUTE.md (#332) * Added *.orig to git ignore for bad merge files * Renamed contributing to .md file * Updated PR template to link to contrib doc * Added link to contrib in README --- .github/pull_request_template.md | 2 +- .gitignore | 1 + CONTRIBUTING.txt => CONTRIBUTING.md | 0 README.md | 3 +++ 4 files changed, 5 insertions(+), 1 deletion(-) rename CONTRIBUTING.txt => CONTRIBUTING.md (100%) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a11540d60..58c5dd714 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ We apologize, as we would love to dedicate the time it deserves to every PR, but --> # Checklist -- [ ] I have read CONTRIBUTING.txt +- [ ] I have read [CONTRIBUTING.md](./CONTRIBUTING.md) - [ ] I have described what this PR contains - [ ] This PR addresses one or more open issues that were assigned to me: - *list issue(s) here* diff --git a/.gitignore b/.gitignore index b5bafa0d1..fb97cfa20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Created by https://www.toptal.com/developers/gitignore/api/xcode,swift,macos # Edit at https://www.toptal.com/developers/gitignore?templates=xcode,swift,macos +*.orig ### macOS ### # General diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.txt rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 42b6c1f11..50b975078 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ The Lemmy client for iOS. [![Mastodon Link](https://img.shields.io/mastodon/follow/108939255808776594?domain=https%3A%2F%2Fmstdn.social&label=Follow%20me%20for%20updates&style=flat)](https://elk.zone/mstdn.social/@davidbures) +## Want to contribute? +Read our [contribution guide](./CONTRIBUTING.md) to get started! + ## What is Mlem? Mlem is a client for [Lemmy](https://join-lemmy.org), a Reddit-esque, open-source link aggregator. With Mlem, you can effortlessly participate in the conversation across all Lemmy servers.