From 6b3ed176cdf9c9f69d05fd6fd1922cf348d8e995 Mon Sep 17 00:00:00 2001 From: Fredrik Eilertsen Date: Tue, 10 Apr 2018 11:05:46 +0200 Subject: [PATCH] Update links in markdown files --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- SUBMITTING-ISSUES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3343ba1d..175bc87f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,4 +31,4 @@ Describe any non-bug related behavioral changes that may change how users app be - [ ] Has samples (if omitted, state reason in description) - [ ] Rebased on top of master at time of PR - [ ] Changes adhere to coding standard -- [ ] Updated documentation ([see walkthrough](https://github.com/xamarin/Xamarin.Essentials/wiki/Documenting-your-code-with-mdoc)) +- [ ] Updated documentation ([see walkthrough](https://github.com/xamarin/Essentials/wiki/Documenting-your-code-with-mdoc)) diff --git a/SUBMITTING-ISSUES.md b/SUBMITTING-ISSUES.md index b5f87d38..f77ab001 100644 --- a/SUBMITTING-ISSUES.md +++ b/SUBMITTING-ISSUES.md @@ -1,4 +1,4 @@ -If you think you've found a bug to report, before doing anything else you should check the [Issues](https://github.com/xamarin/Xamarin.Essentials/issues) page to see if an issue has already been filed! This can help reduce the number of duplicate reports. +If you think you've found a bug to report, before doing anything else you should check the [Issues](https://github.com/xamarin/Essentials/issues) page to see if an issue has already been filed! This can help reduce the number of duplicate reports. If you're ready to submit a new issue, taking the following steps helps expedite the bug triage process: