From d26738b6d9c0fae53ddb3c6a0037a9119e96b6c9 Mon Sep 17 00:00:00 2001 From: CodingCellist Date: Tue, 26 Apr 2022 10:15:20 +0200 Subject: [PATCH] Fix link to CONTRIBUTING.md in proposal template The local paths (`../../CONTRIBUTING.md`) and even the absolute paths (`/CONTRIBUTING.md`) depend on which GH page you're on -_- This sets the reference to a URL, meaning it should (hopefully) just point to the right thing for everyone now. --- .github/ISSUE_TEMPLATE/feature-requests-and-proposals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-requests-and-proposals.md b/.github/ISSUE_TEMPLATE/feature-requests-and-proposals.md index 9485f69db..231e4cdc7 100644 --- a/.github/ISSUE_TEMPLATE/feature-requests-and-proposals.md +++ b/.github/ISSUE_TEMPLATE/feature-requests-and-proposals.md @@ -16,7 +16,7 @@ We cannot guarantee your proposal will be implemented in a timely manner (or at ---> -- [ ] I have read [CONTRIBUTING.md](../../CONTRIBUTING.md). +- [ ] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md). - [ ] I have checked that there is no existing PR/issue about my proposal. ## Summary