From af5da93c05796d1d153c4aab44de3613c0dcc435 Mon Sep 17 00:00:00 2001 From: Zach Scheider Date: Tue, 11 Aug 2020 00:32:31 -0400 Subject: [PATCH] Change roadmap links to wiki --- .github/CONTRIBUTING.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5eeae85b..a5108766 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribution Process -1. Confirm your desired features fit into our bigger project goals roadmap: https://github.com/pirate/ArchiveBox#roadmap +1. Confirm your desired features fit into our bigger project goals [Roadmap](https://github.com/pirate/ArchiveBox/wiki/Roadmap). 2. Open an issue with your planned implementation to discuss 3. Check in with me before starting development to make sure your work wont conflict with or duplicate existing work 4. Setup your dev environment, make some changes, and test using the test input files diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c903d1a9..0416dabc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,5 +17,5 @@ e.g. This PR fixes ABC or adds the ability to do XYZ... # Roadmap Goals -This PR helps us move towards xyz roadmap goal, as outlined here: https://github.com/pirate/ArchiveBox#roadmap +This PR helps us move towards xyz roadmap goal, as outlined here: https://github.com/pirate/ArchiveBox/wiki/Roadmap (delete this section if it's just a bugfix / simple PR)