From a5c4517a0bc4f37a145416a69a5593e70158bc96 Mon Sep 17 00:00:00 2001 From: Jose Fernando Lopez Fernandez Date: Wed, 27 May 2020 06:17:15 -0400 Subject: [PATCH 1/2] Fixed broken link in CONTRIBUTING.md file. This pull request fixes issue #11648 --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 44ed2a328..9d760d472 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ Before opening a new issue or pull request, we do appreciate if you take some ti ### Reporting an Issue -**Tip:** We have provided a [GitHub issue template](https://github.com/hashicorp/vagrant/blob/master/.github/ISSUE_TEMPLATE.md). By respecting the proposed format and filling all the relevant sections, you'll strongly help the Vagrant collaborators to handle your request the best possible way. +**Tip:** We have provided a [GitHub issue template](https://github.com/hashicorp/vagrant/tree/master/.github/ISSUE_TEMPLATE). By respecting the proposed format and filling all the relevant sections, you'll strongly help the Vagrant collaborators to handle your request the best possible way. ### Issue Lifecycle From 3a164a26b6280dd85be186d5f8b6c10ccf7d8c7c Mon Sep 17 00:00:00 2001 From: Jose Fernando Lopez Fernandez Date: Wed, 27 May 2020 13:18:43 -0400 Subject: [PATCH 2/2] Update .github/CONTRIBUTING.md Updating the url to point to the actual bug report issue template, as the documentation originally intended, rather than the template directory, as advised by @briancain Co-authored-by: Brian Cain --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9d760d472..aefcaeab3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,7 +10,7 @@ Before opening a new issue or pull request, we do appreciate if you take some ti ### Reporting an Issue -**Tip:** We have provided a [GitHub issue template](https://github.com/hashicorp/vagrant/tree/master/.github/ISSUE_TEMPLATE). By respecting the proposed format and filling all the relevant sections, you'll strongly help the Vagrant collaborators to handle your request the best possible way. +**Tip:** We have provided a [GitHub issue template](https://github.com/hashicorp/vagrant/blob/master/.github/ISSUE_TEMPLATE/bug-report.md). By respecting the proposed format and filling all the relevant sections, you'll strongly help the Vagrant collaborators to handle your request the best possible way. ### Issue Lifecycle