From 04bc129c8ea2ffad49faca1b79c6a9906e4e0360 Mon Sep 17 00:00:00 2001 From: James Goodrich <16412448+misspellted@users.noreply.github.com> Date: Wed, 5 Feb 2020 19:47:38 -0600 Subject: [PATCH] Replaces broken ecosystem-overview links The Reporting a Bug and Feature Requests sections contained broken links to the Ecosystem Overview. However, the steps containing the broken link were for identifying the correct repository. Therefore, the broken ecosystem-overview links were replaced with repository-overview links with additional updates to the linking text. Fixes #305 --- documents/contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documents/contribute.md b/documents/contribute.md index f9204ae..b7a2052 100644 --- a/documents/contribute.md +++ b/documents/contribute.md @@ -103,7 +103,7 @@ If you're about to raise an issue because you've found a problem with LBRY, or y A bug is a _demonstrable problem_ that is caused by the code in the repository. Good bug reports are extremely helpful - thank you! Guidelines for bug reports: -1. **Identify the correct repo**. See [ecosystem overview](#ecosystem-overview). While it's okay if you get this wrong, it's a big help to us if you get it right. +1. **Identify the correct repo**. See [repository overview](#repository-overview). While it's okay if you get this wrong, it's a big help to us if you get it right. 2. **Check if the issue exists**. Please do a quick search to see if the issue has been reported (or fixed), including closed tickets. 3. **Follow the instructions** - When you open an issue inside of GitHub, each repo contains a template for how to create a good bug report. Santa _loves_ people who follow it. @@ -113,7 +113,7 @@ Well-specified bug reports save developers lots of time and are [appreciated](#a Feature requests are welcome. Before you submit one be sure to: -1. **Identify the correct repo**. See [ecosystem overview](#ecosystem-overview). +1. **Identify the correct repo**. See [repository overview](#repository-overview). 2. **Use the Github Issues search** and check the feature hasn't already been requested. Be sure to include closed tickets. 3. **Consider whether it's feasible** for us to tackle this feature in the next 6-12 months. The LBRY team is currently stretched thin just adding basic functionality. If this is a nice to have rather than a need, it is probably more clutter than helpful. 4. **Make a strong case** to convince the project's leaders of the merits of this feature. Please provide as much detail and context as possible. This means explaining the use case and why it is likely to be common.